All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] netsniff-ng: check for geoip,ncurses,zlib
@ 2015-12-17 14:33 Joris Lijssens
  2015-12-17 14:33 ` [Buildroot] [PATCH 2/2] netsniff-ng: bump version to v0.6.0 Joris Lijssens
  2015-12-17 16:35 ` [Buildroot] [PATCH 1/2] netsniff-ng: check for geoip, ncurses, zlib Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Joris Lijssens @ 2015-12-17 14:33 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com>
---
 package/netsniff-ng/netsniff-ng.mk | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/package/netsniff-ng/netsniff-ng.mk b/package/netsniff-ng/netsniff-ng.mk
index 40eecab..5774ccd 100644
--- a/package/netsniff-ng/netsniff-ng.mk
+++ b/package/netsniff-ng/netsniff-ng.mk
@@ -16,6 +16,18 @@ NETSNIFF_NG_DEPENDENCIES = \
 	libnl libpcap libcli libnetfilter_conntrack \
 	liburcu libnet
 
+ifeq ($(BR2_PACKAGE_GEOIP),y)
+NETSNIFF_NG_DEPENDENCIES += geoip
+endif
+
+ifeq ($(BR2_PACKAGE_NCURSES),y)
+NETSNIFF_NG_DEPENDENCIES += ncurses
+endif
+
+ifeq ($(BR2_PACKAGE_ZLIB),y)
+NETSNIFF_NG_DEPENDENCIES += zlib
+endif
+
 # hand-written configure script and makefile
 define NETSNIFF_NG_CONFIGURE_CMDS
 	(cd $(@D); \
-- 
1.8.3.1

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

end of thread, other threads:[~2015-12-17 16:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-17 14:33 [Buildroot] [PATCH 1/2] netsniff-ng: check for geoip,ncurses,zlib Joris Lijssens
2015-12-17 14:33 ` [Buildroot] [PATCH 2/2] netsniff-ng: bump version to v0.6.0 Joris Lijssens
2015-12-17 16:35   ` Thomas Petazzoni
2015-12-17 16:35 ` [Buildroot] [PATCH 1/2] netsniff-ng: check for geoip, ncurses, zlib 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.