diff options
| author | Alexander Vickberg <wickbergster@gmail.com> | 2020-05-05 16:54:43 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-05-05 16:23:36 -0700 |
| commit | 5b7ed1a8730a6e2c17d4650ee140b306483a3d9c (patch) | |
| tree | 057a13a513b3c27813d6e8e4f28869f9ce60c4fb | |
| parent | c86be743dd4a5b64c07b69c79ffadd7d7e46df24 (diff) | |
| download | meta-openembedded-5b7ed1a8730a6e2c17d4650ee140b306483a3d9c.tar.gz | |
tcpdump: Fix PACKAGECONFIG for OpenSSL
This fixes building TCPDump without OpenSSL. Current version does not
recognize the option --without-openssl.
Signed-off-by: Alexander Vickberg <wickbergster@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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" |
