diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-03-27 20:25:11 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-03-29 08:28:49 -0700 |
commit | f11dbe0d6deed88e9a041bf4974431ba008eca82 (patch) | |
tree | 36078c646de706dbe6c48f23bbb2a47374ca97a5 | |
parent | 0a97ed301e919614b0d5672c5429ade3d9394cab (diff) | |
download | meta-security-f11dbe0d6deed88e9a041bf4974431ba008eca82.tar.gz |
Revert "sssd: fix libcrypto version used"
This reverts commit 2488c965d6b1b440734f43326fb33ac642ac7b82.
This corrects an incorrect fix as pointed out by Adrian Bunk.
-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 d39fa23..8f7f805 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, , libcrypto10" | 36 | PACKAGECONFIG[cyrpto] = "--with-crypto=libcrypto, , libcrypto" |
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=" |