mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 14:03:29 +08:00
package/iputils: add systemd dependency
This is needed to ensure systemd services are installed. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Acked-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
a3a5dff8af
commit
1a94bd8e6f
@ -49,6 +49,10 @@ IPUTILS_CONF_OPTS += -DUSE_CRYPTO=none
|
||||
IPUTILS_NINFOD = n
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||
IPUTILS_DEPENDENCIES += systemd
|
||||
endif
|
||||
|
||||
# ninfod requires <pthread.h>
|
||||
ifneq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
||||
IPUTILS_NINFOD = n
|
||||
|
Loading…
Reference in New Issue
Block a user