summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-security/sssd/sssd_1.16.4.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/recipes-security/sssd/sssd_1.16.4.bb b/recipes-security/sssd/sssd_1.16.4.bb
index c5ddd5c..b0b7038 100644
--- a/recipes-security/sssd/sssd_1.16.4.bb
+++ b/recipes-security/sssd/sssd_1.16.4.bb
@@ -37,18 +37,18 @@ PACKAGECONFIG ?="nss nscd"
37PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" 37PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}"
38PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" 38PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
39 39
40PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, "
41PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba"
42PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux"
43PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no"
44PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings"
45PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss,"
46PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto" 40PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto"
47PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no " 41PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl"
42PACKAGECONFIG[http] = "--with-secrets, --without-secrets, apache2"
43PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no"
48PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" 44PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl"
45PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no "
46PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss,"
47PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings"
48PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba"
49PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux"
50PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, "
49PACKAGECONFIG[systemd] = "--with-initscript=systemd,--with-initscript=sysv" 51PACKAGECONFIG[systemd] = "--with-initscript=systemd,--with-initscript=sysv"
50PACKAGECONFIG[http] = "--with-secrets, --without-secrets, apache2"
51PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl"
52 52
53EXTRA_OECONF += " \ 53EXTRA_OECONF += " \
54 --disable-cifs-idmap-plugin \ 54 --disable-cifs-idmap-plugin \