diff options
-rw-r--r-- | meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb | 1 |
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 b0b8e9d529..0ffe589024 100644 --- a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb +++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb | |||
@@ -22,6 +22,7 @@ CACHED_CONFIGUREVARS = "ac_cv_linux_vers=${ac_cv_linux_vers=2}" | |||
22 | PACKAGECONFIG ??= "openssl ipv6" | 22 | PACKAGECONFIG ??= "openssl ipv6" |
23 | PACKAGECONFIG[openssl] = "--with-crypto=yes, --without-openssl --without-crypto, openssl" | 23 | PACKAGECONFIG[openssl] = "--with-crypto=yes, --without-openssl --without-crypto, openssl" |
24 | PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6," | 24 | PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6," |
25 | PACKAGECONFIG[smi] = "--with-smi, --without-smi,libsmi" | ||
25 | 26 | ||
26 | EXTRA_AUTORECONF += " -I m4" | 27 | EXTRA_AUTORECONF += " -I m4" |
27 | 28 | ||