From: Stijn Tintel Date: Mon, 30 Jul 2018 20:23:48 +0000 (+0300) Subject: tcpdump: explicitly disable libcap-ng support X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=50c5fdd54d5f189df0979f1255ec50b88c90a702;p=openwrt%2Fstaging%2Fstintel.git 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 --- 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)