Explorar o código

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 <[email protected]>
Stijn Tintel %!s(int64=7) %!d(string=hai) anos
pai
achega
50c5fdd54d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      package/network/utils/tcpdump/Makefile

+ 1 - 0
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)