summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonatan Pålsson <jonatan.p@gmail.com>2020-03-25 12:43:18 +0100
committerArmin Kuster <akuster808@gmail.com>2020-03-27 16:53:25 -0700
commite54b07c3d4be6d3475920f0edf80e4bcf1093ad3 (patch)
treec2631b26754975f565aaf08b8a886b5e6cde3dd3
parentcf423c05bf9c76568e6a908e0782d43ef8a108e0 (diff)
downloadmeta-security-e54b07c3d4be6d3475920f0edf80e4bcf1093ad3.tar.gz
sssd: Add missing DEPENDS on jansson
When building with the curl PACKAGECONFIG, sssd will depend on the jansson library. Fixes the following error: | checking for JANSSON... no | checking jansson.h usability... no | checking jansson.h presence... no | checking for jansson.h... no | configure: error: | You must have the header file jansson.h installed to build sssd | with secrets and KCM responder. If you want to build sssd without these | responders then specify --without-secrets --without-kcm when running configure. Signed-off-by: Jonatan Pålsson <jonatan.p@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/sssd/sssd_1.16.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/sssd/sssd_1.16.4.bb b/recipes-security/sssd/sssd_1.16.4.bb
index 9bfcb75..ff0b580 100644
--- a/recipes-security/sssd/sssd_1.16.4.bb
+++ b/recipes-security/sssd/sssd_1.16.4.bb
@@ -39,7 +39,7 @@ PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd',
39 39
40PACKAGECONFIG[autofs] = "--with-autofs, --with-autofs=no" 40PACKAGECONFIG[autofs] = "--with-autofs, --with-autofs=no"
41PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto" 41PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto"
42PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl" 42PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl jansson"
43PACKAGECONFIG[http] = "--with-secrets, --without-secrets, apache2" 43PACKAGECONFIG[http] = "--with-secrets, --without-secrets, apache2"
44PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no" 44PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no"
45PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" 45PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl"