From 3e10fc438020121725bc39771ab00c898828a741 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 20 Feb 2014 19:43:08 +0100 Subject: [PATCH] dbus: specify systembus socket file, this location is needed for systemd Signed-off-by: Stephan Raue --- packages/sysutils/dbus/package.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/sysutils/dbus/package.mk b/packages/sysutils/dbus/package.mk index 612a0e90b9..a9fbb6e5c7 100644 --- a/packages/sysutils/dbus/package.mk +++ b/packages/sysutils/dbus/package.mk @@ -52,7 +52,8 @@ PKG_CONFIGURE_OPTS_TARGET="export ac_cv_have_abstract_sockets=yes \ --enable-inotify \ --with-xml=expat \ --without-x \ - --with-dbus-user=dbus" + --with-dbus-user=dbus \ + --with-system-socket=/run/dbus/system_bus_socket" PKG_CONFIGURE_OPTS_HOST="--disable-verbose-mode \ --disable-asserts \