Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/iputils: add systemd dependency
@ 2019-11-03  6:07 James Hilliard
  2019-11-03  6:55 ` Petr Vorel
  2019-11-04 21:31 ` Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: James Hilliard @ 2019-11-03  6:07 UTC (permalink / raw)
  To: buildroot

This is needed to ensure systemd services are installed.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/iputils/iputils.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/iputils/iputils.mk b/package/iputils/iputils.mk
index 57e90a973a..daceb192f2 100644
--- a/package/iputils/iputils.mk
+++ b/package/iputils/iputils.mk
@@ -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
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-04 21:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-03  6:07 [Buildroot] [PATCH 1/1] package/iputils: add systemd dependency James Hilliard
2019-11-03  6:55 ` Petr Vorel
2019-11-03 16:52   ` James Hilliard
2019-11-04  7:17     ` Petr Vorel
2019-11-04 21:31 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox