[Buildroot] [PATCH] package/avahi: Set the path to D-Bus system.d directory

Chris Lesiak chris.lesiak at licor.com
Tue Jan 23 23:17:23 UTC 2018


Add --with-dbus-sys=/usr/share/dbus-1/system.d to configure
the path to D-Bus system.d directory.  Without this option,
distribution provided configuration files were unnecessarily
stored in /etc.

Signed-off-by: Chris Lesiak <chris.lesiak at licor.com>
---
 package/avahi/avahi.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk
index c8f1af9a9d..ef621620f0 100644
--- a/package/avahi/avahi.mk
+++ b/package/avahi/avahi.mk
@@ -125,6 +125,7 @@ endif
 
 ifeq ($(BR2_PACKAGE_DBUS),y)
 AVAHI_DEPENDENCIES += dbus
+AVAHI_CONF_OPTS += --with-dbus-sys=/usr/share/dbus-1/system.d
 else
 AVAHI_CONF_OPTS += --disable-dbus
 endif
-- 
2.13.6



More information about the buildroot mailing list