From: Stijn Tintel Date: Thu, 19 Jul 2018 17:07:38 +0000 (+0300) Subject: tcpdump: explicitly disable libcap-ng support X-Git-Tag: v18.06.2~293 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=76574f19e2c660f7a312e1e6d7fcd21daf3afb33;p=oweals%2Fopenwrt.git 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 --- 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)