diff options
| author | Armin Kuster <akuster808@gmail.com> | 2019-03-25 09:08:26 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2019-03-25 22:33:22 -0700 |
| commit | 0a97ed301e919614b0d5672c5429ade3d9394cab (patch) | |
| tree | eb77469daec0f42d5a649e97fdb10651a71ba15e | |
| parent | 228e566a55113b0b9b17d4d4915a268951e7d5a2 (diff) | |
| download | meta-security-0a97ed301e919614b0d5672c5429ade3d9394cab.tar.gz | |
sssd: fix libcrypto version used
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-security/sssd/sssd_1.16.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/sssd/sssd_1.16.3.bb b/recipes-security/sssd/sssd_1.16.3.bb index 8f7f805..d39fa23 100644 --- a/recipes-security/sssd/sssd_1.16.3.bb +++ b/recipes-security/sssd/sssd_1.16.3.bb | |||
| @@ -33,7 +33,7 @@ PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no" | |||
| 33 | PACKAGECONFIG[python2] = "--with-python2-bindings, --without-python2-bindings" | 33 | PACKAGECONFIG[python2] = "--with-python2-bindings, --without-python2-bindings" |
| 34 | PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings" | 34 | PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings" |
| 35 | PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss," | 35 | PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss," |
| 36 | PACKAGECONFIG[cyrpto] = "--with-crypto=libcrypto, , libcrypto" | 36 | PACKAGECONFIG[cyrpto] = "--with-crypto=libcrypto, , libcrypto10" |
| 37 | PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no " | 37 | PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no " |
| 38 | PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" | 38 | PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" |
| 39 | PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_unitdir}/system/, --with-systemdunitdir=" | 39 | PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_unitdir}/system/, --with-systemdunitdir=" |
