mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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>
This commit is contained in:
parent
c86be743dd
commit
5b7ed1a873
|
|
@ -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…
Reference in New Issue
Block a user