All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] avahi: fix systemd service file install path
@ 2015-07-13 21:18 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2015-07-13 21:18 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=ea63dc42cdea4640fa427e838a7056248a1b0ce2
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

[Thomas: fix indentation.]

Signed-off-by: Aur??lien Chabot <aurelien@chabot.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/avahi/avahi.mk |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk
index 24967f4..9c6b609 100644
--- a/package/avahi/avahi.mk
+++ b/package/avahi/avahi.mk
@@ -90,7 +90,10 @@ AVAHI_DEPENDENCIES = \
 
 AVAHI_CFLAGS = $(TARGET_CFLAGS)
 
-ifeq ($(BR2_PACKAGE_SYSTEMD),)
+ifeq ($(BR2_PACKAGE_SYSTEMD),y)
+AVAHI_CONF_OPTS += --with-systemdsystemunitdir=/usr/lib/systemd/system
+else
+AVAHI_CONF_OPTS += --with-systemdsystemunitdir=no
 AVAHI_CFLAGS += -DDISABLE_SYSTEMD
 endif
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-13 21:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-13 21:18 [Buildroot] [git commit] avahi: fix systemd service file install path Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.