mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-31 00:40:19 +00:00
sssd: fix libcrypto version used
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no"
|
||||
PACKAGECONFIG[python2] = "--with-python2-bindings, --without-python2-bindings"
|
||||
PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings"
|
||||
PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss,"
|
||||
PACKAGECONFIG[cyrpto] = "--with-crypto=libcrypto, , libcrypto"
|
||||
PACKAGECONFIG[cyrpto] = "--with-crypto=libcrypto, , libcrypto10"
|
||||
PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no "
|
||||
PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl"
|
||||
PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_unitdir}/system/, --with-systemdunitdir="
|
||||
|
||||
Reference in New Issue
Block a user