aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorAlexander Vickberg <wickbergster@gmail.com>2020-05-05 16:54:43 +0200
committerKhem Raj <raj.khem@gmail.com>2020-05-05 16:23:36 -0700
commit5b7ed1a8730a6e2c17d4650ee140b306483a3d9c (patch)
tree057a13a513b3c27813d6e8e4f28869f9ce60c4fb /meta-networking/recipes-support
parentc86be743dd4a5b64c07b69c79ffadd7d7e46df24 (diff)
downloadmeta-openembedded-contrib-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>
Diffstat (limited to 'meta-networking/recipes-support')
-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
PACKAGECONFIG ?= "openssl"
PACKAGECONFIG[libcap-ng] = "--with-cap-ng,--without-cap-ng,libcap-ng"
-PACKAGECONFIG[openssl] = "--with-crypto,--without-openssl --without-crypto,openssl"
+PACKAGECONFIG[openssl] = "--with-crypto,--without-crypto,openssl"
PACKAGECONFIG[smi] = "--with-smi,--without-smi,libsmi"
# Note: CVE-2018-10103 (SMB - partially fixed, but SMB printing disabled)
PACKAGECONFIG[smb] = "--enable-smb,--disable-smb"