mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09: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:
committed by
Thomas Petazzoni
parent
2bdbcb8ada
commit
ea63dc42cd
@@ -90,7 +90,10 @@ AVAHI_DEPENDENCIES = \
|
|||||||
|
|
||||||
AVAHI_CFLAGS = $(TARGET_CFLAGS)
|
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
|
AVAHI_CFLAGS += -DDISABLE_SYSTEMD
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user