summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-03-26 11:54:37 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-03-27 15:27:57 +0200
commitacb22d16746e9291846680058eae4eb77a0381a5 (patch)
tree0fea9a67836d2d8c64bc1bd225eba92f47a3699a
parent9cf822226d6663d008a8210fd5afee7a250f763e (diff)
downloadptxdist-acb22d16746e9291846680058eae4eb77a0381a5.tar.gz
ptxdist-acb22d16746e9291846680058eae4eb77a0381a5.tar.xz
wireshark: explicitly built without libcap
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/wireshark.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/wireshark.make b/rules/wireshark.make
index af0b9f4af..d576b0dd9 100644
--- a/rules/wireshark.make
+++ b/rules/wireshark.make
@@ -56,7 +56,8 @@ WIRESHARK_AUTOCONF = \
--disable-randpkt \
--with-pcap=$(LIBPCAP_DIR) \
--with-pcre \
- --without-gcrypt
+ --without-gcrypt \
+ --without-libcap
ifdef PTXCONF_WIRESHARK_TSHARK
WIRESHARK_AUTOCONF += --enable-tshark