summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/tcpdump/tcpdump_4.9.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.9.3.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.9.3.bb
index 05fc99bdc7..94543dd1da 100644
--- a/meta-networking/recipes-support/tcpdump/tcpdump_4.9.3.bb
+++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.9.3.bb
@@ -27,7 +27,7 @@ inherit autotools-brokensep ptest
27PACKAGECONFIG ?= "openssl" 27PACKAGECONFIG ?= "openssl"
28 28
29PACKAGECONFIG[libcap-ng] = "--with-cap-ng,--without-cap-ng,libcap-ng" 29PACKAGECONFIG[libcap-ng] = "--with-cap-ng,--without-cap-ng,libcap-ng"
30PACKAGECONFIG[openssl] = "--with-crypto,--without-openssl --without-crypto,openssl" 30PACKAGECONFIG[openssl] = "--with-crypto,--without-crypto,openssl"
31PACKAGECONFIG[smi] = "--with-smi,--without-smi,libsmi" 31PACKAGECONFIG[smi] = "--with-smi,--without-smi,libsmi"
32# Note: CVE-2018-10103 (SMB - partially fixed, but SMB printing disabled) 32# Note: CVE-2018-10103 (SMB - partially fixed, but SMB printing disabled)
33PACKAGECONFIG[smb] = "--enable-smb,--disable-smb" 33PACKAGECONFIG[smb] = "--enable-smb,--disable-smb"