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>
This commit is contained in:
parent
5f5d812881
commit
50c5fdd54d
@ -47,6 +47,7 @@ define Package/tcpdump-mini
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
--without-cap-ng \
|
||||||
--without-crypto
|
--without-crypto
|
||||||
|
|
||||||
ifeq ($(CONFIG_IPV6),y)
|
ifeq ($(CONFIG_IPV6),y)
|
||||||
|
Loading…
Reference in New Issue
Block a user