summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
index 0ffe58902..150e55fd7 100644
--- a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
+++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
@@ -23,6 +23,7 @@ PACKAGECONFIG ??= "openssl ipv6"
23PACKAGECONFIG[openssl] = "--with-crypto=yes, --without-openssl --without-crypto, openssl" 23PACKAGECONFIG[openssl] = "--with-crypto=yes, --without-openssl --without-crypto, openssl"
24PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6," 24PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6,"
25PACKAGECONFIG[smi] = "--with-smi, --without-smi,libsmi" 25PACKAGECONFIG[smi] = "--with-smi, --without-smi,libsmi"
26PACKAGECONFIG[libcap-ng] = "--with-cap-ng=yes,--with-cap-ng=no,libcap-ng"
26 27
27EXTRA_AUTORECONF += " -I m4" 28EXTRA_AUTORECONF += " -I m4"
28 29