diff options
| -rw-r--r-- | recipes-security/sssd/sssd_1.16.4.bb | 18 |
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" | |||
| 37 | PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" | 37 | PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" |
| 38 | PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" | 38 | PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" |
| 39 | 39 | ||
| 40 | PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, " | ||
| 41 | PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba" | ||
| 42 | PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux" | ||
| 43 | PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no" | ||
| 44 | PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings" | ||
| 45 | PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss," | ||
| 46 | PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto" | 40 | PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto" |
| 47 | PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no " | 41 | PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl" |
| 42 | PACKAGECONFIG[http] = "--with-secrets, --without-secrets, apache2" | ||
| 43 | PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no" | ||
| 48 | PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" | 44 | PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" |
| 45 | PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no " | ||
| 46 | PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss," | ||
| 47 | PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings" | ||
| 48 | PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba" | ||
| 49 | PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux" | ||
| 50 | PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, " | ||
| 49 | PACKAGECONFIG[systemd] = "--with-initscript=systemd,--with-initscript=sysv" | 51 | PACKAGECONFIG[systemd] = "--with-initscript=systemd,--with-initscript=sysv" |
| 50 | PACKAGECONFIG[http] = "--with-secrets, --without-secrets, apache2" | ||
| 51 | PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl" | ||
| 52 | 52 | ||
| 53 | EXTRA_OECONF += " \ | 53 | EXTRA_OECONF += " \ |
| 54 | --disable-cifs-idmap-plugin \ | 54 | --disable-cifs-idmap-plugin \ |
