Skip to content
Snippets Groups Projects
Commit 50c5fdd5 authored by Stijn Tintel's avatar Stijn Tintel
Browse files

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: default avatarStijn Tintel <stijn@linux-ipv6.be>
parent 5f5d8128
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ define Package/tcpdump-mini
endef
CONFIGURE_ARGS += \
--without-cap-ng \
--without-crypto
ifeq ($(CONFIG_IPV6),y)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment