mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-08 05:09:48 +00:00
sssd: Fix typo in PACKAGECONFIG. cyrpto -> crypto
Signed-off-by: Jonatan Pålsson <jonatan.p@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
1aa0d5d319
commit
f51d12e849
@@ -39,7 +39,7 @@ PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no"
|
||||
PACKAGECONFIG[python2] = "--with-python2-bindings, --without-python2-bindings, python, python"
|
||||
PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings"
|
||||
PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss,"
|
||||
PACKAGECONFIG[cyrpto] = "--with-crypto=libcrypto, , libcrypto"
|
||||
PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto"
|
||||
PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no "
|
||||
PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl"
|
||||
PACKAGECONFIG[systemd] = "--with-initscript=systemd,--with-initscript=sysv"
|
||||
|
||||
Reference in New Issue
Block a user