diff options
Diffstat (limited to 'package/wireshark')
-rw-r--r-- | package/wireshark/wireshark.mk | 2 |
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)) |