summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2018-11-11 20:23:42 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-11-11 21:26:23 +0100
commitfecf82a1668c5cfbe6ebec985ce60a5526bcf35c (patch)
tree20b0cc77d47fc722e255b565977226895fd4481e
parent243118288ff40add3d8447c9240cc7e42ad36403 (diff)
downloadbuildroot-fecf82a1668c5cfbe6ebec985ce60a5526bcf35c.tar.gz
buildroot-fecf82a1668c5cfbe6ebec985ce60a5526bcf35c.zip
wireshark: fix static build
Don't give a path in --with-pcap option otherwise PCAP_CONFIG won't be used (see AC_WIRESHARK_PCAP_CHECK in acinclude.m4) to retrieve pcap static dependencies such as -lnl-3 and as a result pcap detection will fail Fixes: - http://autobuild.buildroot.org/results/084354a33825cf4e723e0a9f1e9656ad2a212a15 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-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 6be0016af7..7c7dc784fe 100644
--- a/package/wireshark/wireshark.mk
+++ b/package/wireshark/wireshark.mk
@@ -18,7 +18,7 @@ WIRESHARK_CONF_OPTS = \
--disable-guides \
--enable-static=no \
--with-libsmi=no \
- --with-pcap=$(STAGING_DIR)/usr
+ --with-pcap=yes
# wireshark GUI options
ifeq ($(BR2_PACKAGE_LIBGTK3),y)
OpenPOWER on IntegriCloud