mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +00:00
sssd: Sort PACKAGECONFIG entries
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
5b82f67c48
commit
70a4908a97
@@ -37,18 +37,18 @@ PACKAGECONFIG ?="nss nscd"
|
|||||||
PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}"
|
PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}"
|
||||||
PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
|
PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
|
||||||
|
|
||||||
PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, "
|
PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto"
|
||||||
|
PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl"
|
||||||
|
PACKAGECONFIG[http] = "--with-secrets, --without-secrets, apache2"
|
||||||
|
PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no"
|
||||||
|
PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl"
|
||||||
|
PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no "
|
||||||
|
PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss,"
|
||||||
|
PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings"
|
||||||
PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba"
|
PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba"
|
||||||
PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux"
|
PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux"
|
||||||
PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no"
|
PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, "
|
||||||
PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings"
|
|
||||||
PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss,"
|
|
||||||
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"
|
PACKAGECONFIG[systemd] = "--with-initscript=systemd,--with-initscript=sysv"
|
||||||
PACKAGECONFIG[http] = "--with-secrets, --without-secrets, apache2"
|
|
||||||
PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl"
|
|
||||||
|
|
||||||
EXTRA_OECONF += " \
|
EXTRA_OECONF += " \
|
||||||
--disable-cifs-idmap-plugin \
|
--disable-cifs-idmap-plugin \
|
||||||
|
|||||||
Reference in New Issue
Block a user