summaryrefslogtreecommitdiff
path: root/package/wireshark
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-12-13 10:16:24 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-13 14:11:11 +0100
commit81b9e989e8182feb7fa85346cdcff8e5494042f3 (patch)
treed2135379cdbb1bd2ca40a666b9e8cc9f5b4c3c44 /package/wireshark
parent4c5818681210365be345885d90400e6317f0a061 (diff)
package/wireshark: Fix libpcap detection
To reproduce the build error I had to install libpcap0.8-dev on my host system, then wireshark configure picks up checking for pcap-config... /usr/bin/pcap-config and fails. Fixes http://autobuild.buildroot.net/results/7e3/7e363d18866057df0db3d0d95fa8d9116728f6ce// and many others Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/wireshark')
-rw-r--r--package/wireshark/wireshark.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk
index 534131be2..2b0669908 100644
--- a/package/wireshark/wireshark.mk
+++ b/package/wireshark/wireshark.mk
@@ -24,6 +24,7 @@ WIRESHARK_CONF_OPTS = \
--enable-static=no \
--with-libsmi=no \
--with-lua=no \
+ --with-pcap=$(STAGING_DIR)/usr \
--includedir=$(STAGING_DIR)/usr/include
# wireshark GUI options