summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl
diff options
context:
space:
mode:
authorFederico Pellegrin <fede@evolware.org>2023-02-09 17:03:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-15 10:21:34 +0000
commit87f82469fc8f57196a7776db61c4564525b1887e (patch)
tree8454c4ec025453986bf1930a2f44b7ee4a721fc9 /meta/recipes-support/curl
parent8d8f4b733d49ef538261b7c433e0b93f15e207f7 (diff)
downloadpoky-87f82469fc8f57196a7776db61c4564525b1887e.tar.gz
curl: fix dependencies when building with ldap/ldaps
openldap is added as a dependency so the build will not fail, as otherwise ldap headers are not found during configure phase Note: due to upstream bug (now fixed) building LDAP/LDAPS support with minimal configurations can sometimes not work, see details at: https://github.com/curl/curl/pull/10445 (From OE-Core rev: a999f62f5692687a5557f7a50c7c768c50f3d7d3) Signed-off-by: Federico Pellegrin <fede@evolware.org> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl')
-rw-r--r--meta/recipes-support/curl/curl_7.87.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.87.0.bb b/meta/recipes-support/curl/curl_7.87.0.bb
index 9956a28422..0b4d649f54 100644
--- a/meta/recipes-support/curl/curl_7.87.0.bb
+++ b/meta/recipes-support/curl/curl_7.87.0.bb
@@ -40,8 +40,8 @@ PACKAGECONFIG[gopher] = "--enable-gopher,--disable-gopher,"
40PACKAGECONFIG[imap] = "--enable-imap,--disable-imap," 40PACKAGECONFIG[imap] = "--enable-imap,--disable-imap,"
41PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," 41PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
42PACKAGECONFIG[krb5] = "--with-gssapi,--without-gssapi,krb5" 42PACKAGECONFIG[krb5] = "--with-gssapi,--without-gssapi,krb5"
43PACKAGECONFIG[ldap] = "--enable-ldap,--disable-ldap," 43PACKAGECONFIG[ldap] = "--enable-ldap,--disable-ldap,openldap"
44PACKAGECONFIG[ldaps] = "--enable-ldaps,--disable-ldaps," 44PACKAGECONFIG[ldaps] = "--enable-ldaps,--disable-ldaps,openldap"
45PACKAGECONFIG[libgsasl] = "--with-libgsasl,--without-libgsasl,libgsasl" 45PACKAGECONFIG[libgsasl] = "--with-libgsasl,--without-libgsasl,libgsasl"
46PACKAGECONFIG[libidn] = "--with-libidn2,--without-libidn2,libidn2" 46PACKAGECONFIG[libidn] = "--with-libidn2,--without-libidn2,libidn2"
47PACKAGECONFIG[libssh2] = "--with-libssh2,--without-libssh2,libssh2" 47PACKAGECONFIG[libssh2] = "--with-libssh2,--without-libssh2,libssh2"