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>
This commit is contained in:
parent
4c58186812
commit
81b9e989e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user