summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/tcpdump.in8
-rw-r--r--rules/tcpdump.make7
2 files changed, 1 insertions, 14 deletions
diff --git a/rules/tcpdump.in b/rules/tcpdump.in
index 3b0d07a98..debde63b8 100644
--- a/rules/tcpdump.in
+++ b/rules/tcpdump.in
@@ -31,12 +31,4 @@ config TCPDUMP_SMB
Notes from configure, when this entry is checked:
The SMB printer may have exploitable buffer overflows!!!
-config TCPDUMP_IPV6
- bool
- select LIBPCAP_IPV6
- prompt "enable ipv6 (with ipv4) support"
- help
- Enable this if you require ipv6 support. This also requires ipv6
- support in libpcap (already done if you check this entry)
-
endif
diff --git a/rules/tcpdump.make b/rules/tcpdump.make
index d0528f112..2e496fd95 100644
--- a/rules/tcpdump.make
+++ b/rules/tcpdump.make
@@ -44,6 +44,7 @@ TCPDUMP_ENV := $(CROSS_ENV)
#
TCPDUMP_AUTOCONF = \
$(CROSS_AUTOCONF_USR) \
+ $(GLOBAL_IPV6_OPTION) \
ac_cv_linux_vers=$(KERNEL_VERSION_MAJOR) \
td_cv_buggygetaddrinfo=no
@@ -61,12 +62,6 @@ else
TCPDUMP_AUTOCONF += --disable-smb
endif
-ifdef PTXCONF_TCPDUMP_IPV6
-TCPDUMP_AUTOCONF += --enable-ipv6
-else
-TCPDUMP_AUTOCONF += --disable-ipv6
-endif
-
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------