aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2018-07-30 23:23:48 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2018-07-30 23:27:55 +0300
commit50c5fdd54d5f189df0979f1255ec50b88c90a702 (patch)
tree3676ea0f82eedb6aee4ffcfede1b04b49626e5aa /package
parent5f5d8128815c0624a01e48de25bd5cf1b6ab23ef (diff)
downloadupstream-50c5fdd54d5f189df0979f1255ec50b88c90a702.tar.gz
upstream-50c5fdd54d5f189df0979f1255ec50b88c90a702.tar.bz2
upstream-50c5fdd54d5f189df0979f1255ec50b88c90a702.zip
tcpdump: explicitly disable libcap-ng support
When libcap-ng is detected during build, support for it is enabled. This will cause a build failure due to a missing dependency. Explicitly disable libcap-ng support to avoid this. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'package')
-rw-r--r--package/network/utils/tcpdump/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/utils/tcpdump/Makefile b/package/network/utils/tcpdump/Makefile
index 50919819b6..712617fd25 100644
--- a/package/network/utils/tcpdump/Makefile
+++ b/package/network/utils/tcpdump/Makefile
@@ -47,6 +47,7 @@ define Package/tcpdump-mini
endef
CONFIGURE_ARGS += \
+ --without-cap-ng \
--without-crypto
ifeq ($(CONFIG_IPV6),y)