From 5b5eb619eabb20966d15f3eb2939d4a283e2983b Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 30 Jan 2014 12:04:53 +0100 Subject: wireshark: cleanup configure options Signed-off-by: Michael Olbrich --- rules/wireshark.make | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'rules/wireshark.make') 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 -- cgit v1.2.3