ngrep: removed redundant --enable-ipv6

Option --enable-ipv6 now handled globally in autotargets configure.

Signed-off-by: Vanya Sergeev <vsergeev at gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Vanya Sergeev 2012-04-27 10:13:45 +00:00 committed by Peter Korsgaard
parent d8ff5d2990
commit 11f6d7f82e

View File

@ -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))