diff options
-rw-r--r-- | meta-networking/recipes-support/tcpdump/tcpdump_4.9.3.bb | 2 |
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 | |||
27 | PACKAGECONFIG ?= "openssl" | 27 | PACKAGECONFIG ?= "openssl" |
28 | 28 | ||
29 | PACKAGECONFIG[libcap-ng] = "--with-cap-ng,--without-cap-ng,libcap-ng" | 29 | PACKAGECONFIG[libcap-ng] = "--with-cap-ng,--without-cap-ng,libcap-ng" |
30 | PACKAGECONFIG[openssl] = "--with-crypto,--without-openssl --without-crypto,openssl" | 30 | PACKAGECONFIG[openssl] = "--with-crypto,--without-crypto,openssl" |
31 | PACKAGECONFIG[smi] = "--with-smi,--without-smi,libsmi" | 31 | PACKAGECONFIG[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) |
33 | PACKAGECONFIG[smb] = "--enable-smb,--disable-smb" | 33 | PACKAGECONFIG[smb] = "--enable-smb,--disable-smb" |