mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 20:20:00 +00:00
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> (cherry picked from commit 5b7ed1a8730a6e2c17d4650ee140b306483a3d9c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
99f2050d08
commit
26eeb83572
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user