From: Florian Eckert Date: Fri, 10 Dec 2021 11:53:46 +0000 (+0100) Subject: dbus: use default pif file location form cmake X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0c912c82a833bde70627504601941f64302733cb;p=openwrt-packages.git dbus: use default pif file location form cmake Wo do not have to specify that. Instead, take the default value from the cmake. Signed-off-by: Florian Eckert --- diff --git a/utils/dbus/Makefile b/utils/dbus/Makefile index 8b084f96c..d52b25e79 100644 --- a/utils/dbus/Makefile +++ b/utils/dbus/Makefile @@ -74,7 +74,6 @@ endef CMAKE_OPTIONS += \ -DDBUS_SYSTEM_SOCKET=/var/run/dbus/system_bus_socket \ -DDBUS_SESSION_SOCKET_DIR=/tmp \ - -DDBUS_SYSTEM_PID_FILE=/var/run/dbus.pid \ -DDBUS_BUILD_TESTS=OFF \ -DDBUS_LINUX=ON \ -DDBUS_DISABLE_ASSERT=ON \