* [Buildroot] [PATCH] ngrep: removed redundant --enable-ipv6
@ 2012-04-27 20:13 Vanya Sergeev
2012-04-29 9:03 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Vanya Sergeev @ 2012-04-27 20:13 UTC (permalink / raw)
To: buildroot
Option --enable-ipv6 now handled globally in autotargets configure.
Signed-off-by: Vanya Sergeev <vsergeev@gmail.com>
---
package/ngrep/ngrep.mk | 4 ----
1 file changed, 4 deletions(-)
diff --git a/package/ngrep/ngrep.mk b/package/ngrep/ngrep.mk
index e9c640a..daf7c6f 100644
--- a/package/ngrep/ngrep.mk
+++ b/package/ngrep/ngrep.mk
@@ -15,10 +15,6 @@ NGREP_CONF_OPT = \
--with-pcre=$(STAGING_DIR)/usr \
--disable-dropprivs
-ifeq ($(BR2_INET_IPV6),y)
-NGREP_CONF_OPT += --enable-ipv6
-endif
-
NGREP_DEPENDENCIES = libpcap pcre
$(eval $(call AUTOTARGETS))
--
1.7.10
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-29 9:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-27 20:13 [Buildroot] [PATCH] ngrep: removed redundant --enable-ipv6 Vanya Sergeev
2012-04-29 9:03 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox