mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +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:
committed by
Khem Raj
parent
c86be743dd
commit
5b7ed1a873
@@ -27,7 +27,7 @@ inherit autotools-brokensep ptest
|
|||||||
PACKAGECONFIG ?= "openssl"
|
PACKAGECONFIG ?= "openssl"
|
||||||
|
|
||||||
PACKAGECONFIG[libcap-ng] = "--with-cap-ng,--without-cap-ng,libcap-ng"
|
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"
|
PACKAGECONFIG[smi] = "--with-smi,--without-smi,libsmi"
|
||||||
# Note: CVE-2018-10103 (SMB - partially fixed, but SMB printing disabled)
|
# Note: CVE-2018-10103 (SMB - partially fixed, but SMB printing disabled)
|
||||||
PACKAGECONFIG[smb] = "--enable-smb,--disable-smb"
|
PACKAGECONFIG[smb] = "--enable-smb,--disable-smb"
|
||||||
|
|||||||
Reference in New Issue
Block a user