mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
avahi: fix systemd service file install path
[Thomas: fix indentation.] Signed-off-by: Aurélien Chabot <aurelien@chabot.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
2bdbcb8ada
commit
ea63dc42cd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user