summaryrefslogtreecommitdiffstats
path: root/rules/wireshark.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-01-30 12:04:53 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-01-30 12:04:53 +0100
commit5b5eb619eabb20966d15f3eb2939d4a283e2983b (patch)
tree478416924a463e6d1727cf78154387f8d2565aa5 /rules/wireshark.make
parentf06e795c1043dd069dfec28374d3822fa0261f42 (diff)
downloadptxdist-5b5eb619eabb20966d15f3eb2939d4a283e2983b.tar.gz
ptxdist-5b5eb619eabb20966d15f3eb2939d4a283e2983b.tar.xz
wireshark: cleanup configure options
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/wireshark.make')
-rw-r--r--rules/wireshark.make23
1 files changed, 16 insertions, 7 deletions
diff --git a/rules/wireshark.make b/rules/wireshark.make
index 7384f6e3e..517dbbb64 100644
--- a/rules/wireshark.make
+++ b/rules/wireshark.make
@@ -30,14 +30,13 @@ WIRESHARK_DIR := $(BUILDDIR)/$(WIRESHARK)
# Prepare
# ----------------------------------------------------------------------------
-WIRESHARK_PATH := PATH=$(CROSS_PATH)
-WIRESHARK_ENV := $(CROSS_ENV)
-
#
# autoconf
#
-WIRESHARK_AUTOCONF = \
+WIRESHARK_CONF_TOOL := autoconf
+WIRESHARK_CONF_OPT = \
$(CROSS_AUTOCONF_USR) \
+ $(GLOBAL_LARGE_FILE_OPTION) \
--disable-usr-local \
--disable-wireshark \
--disable-packet-editor \
@@ -59,11 +58,21 @@ WIRESHARK_AUTOCONF = \
$(GLOBAL_IPV6_OPTION) \
--disable-setcap-install \
--disable-setuid-install \
- --with-pcap=$(LIBPCAP_DIR) \
- --without-plugins \
+ --without-gnutls \
--without-gcrypt \
--with-libnl=3 \
- --without-libcap
+ --without-libsmi \
+ --with-pcap=$(SYSROOT)/usr \
+ --with-zlib \
+ --without-lua \
+ --without-portaudio \
+ --without-libcap \
+ --without-ssl \
+ --without-krb5 \
+ --without-c-ares \
+ --without-adns \
+ --without-geoip \
+ --without-plugins
# ----------------------------------------------------------------------------
# Target-Install