summaryrefslogtreecommitdiffstats
path: root/package/wireshark
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2013-03-02 22:55:44 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-04 12:23:40 +0100
commit6afbd13c2a22783d6815b0b58e604646375da1a7 (patch)
tree27be7f3bab2e57683b23cf26f0ddfa381640d718 /package/wireshark
parent7c95e04e947db87b253e7ddb867fa7d7b714093b (diff)
downloadbuildroot-novena-6afbd13c2a22783d6815b0b58e604646375da1a7.tar.gz
buildroot-novena-6afbd13c2a22783d6815b0b58e604646375da1a7.zip
wireshark: explicitly disable libsmi
wireshark's libsmi detection is not cross compile friendly. We don't have libsmi in Buildroot yet anyway, so just disable support for it in wireshark. Fixes http://autobuild.buildroot.net/results/0daaa3dd74315ac901920e7daf89620ef4c088a0 Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/wireshark')
-rw-r--r--package/wireshark/wireshark.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk
index 2e89987de..c9fb44ba9 100644
--- a/package/wireshark/wireshark.mk
+++ b/package/wireshark/wireshark.mk
@@ -17,7 +17,7 @@ WIRESHARK_CONF_ENV = LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config \
# wireshark adds -I$includedir to CFLAGS, causing host/target headers mixup.
# Work around it by pointing includedir at staging
WIRESHARK_CONF_OPT = --disable-wireshark --without-krb5 --disable-usr-local \
- --enable-static=no --with-gnutls=no \
+ --enable-static=no --with-gnutls=no --with-libsmi=no \
--includedir=$(STAGING_DIR)/usr/include
$(eval $(call autotools-package))