summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-07-13 19:10:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-07-16 10:56:43 +0200
commitbbf3b8442f8de7d52646cad2c23cb7d81de2aeea (patch)
treed652d30e5bc23df1d1fb248dfe67bf65c4833fce /rules
parentdde4c586827559ae0fdbb3afa52956d4912e2330 (diff)
downloadptxdist-bbf3b8442f8de7d52646cad2c23cb7d81de2aeea.tar.gz
ptxdist-bbf3b8442f8de7d52646cad2c23cb7d81de2aeea.tar.xz
[tcpdump] use global IPv6 option
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-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
# ----------------------------------------------------------------------------