tcpdump: explicitly disable libcap-ng support

If libcap-ng is detected during tcpdump build, support for it is
enabled and the binary is linked against it. Explicitly disable
libcap-ng support to avoid build failing due to a missing depndency.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
openwrt-18.06
Stijn Tintel 2018-07-19 20:07:38 +03:00
parent 514ad059ef
commit 76574f19e2
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ define Package/tcpdump-mini
endef
CONFIGURE_ARGS += \
--without-cap-ng \
--without-crypto
ifeq ($(CONFIG_IPV6),y)