diff options
| author | Federico Pellegrin <fede@evolware.org> | 2023-02-09 17:03:08 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-15 10:21:34 +0000 |
| commit | 87f82469fc8f57196a7776db61c4564525b1887e (patch) | |
| tree | 8454c4ec025453986bf1930a2f44b7ee4a721fc9 | |
| parent | 8d8f4b733d49ef538261b7c433e0b93f15e207f7 (diff) | |
| download | poky-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>
| -rw-r--r-- | meta/recipes-support/curl/curl_7.87.0.bb | 4 |
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," | |||
| 40 | PACKAGECONFIG[imap] = "--enable-imap,--disable-imap," | 40 | PACKAGECONFIG[imap] = "--enable-imap,--disable-imap," |
| 41 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 41 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
| 42 | PACKAGECONFIG[krb5] = "--with-gssapi,--without-gssapi,krb5" | 42 | PACKAGECONFIG[krb5] = "--with-gssapi,--without-gssapi,krb5" |
| 43 | PACKAGECONFIG[ldap] = "--enable-ldap,--disable-ldap," | 43 | PACKAGECONFIG[ldap] = "--enable-ldap,--disable-ldap,openldap" |
| 44 | PACKAGECONFIG[ldaps] = "--enable-ldaps,--disable-ldaps," | 44 | PACKAGECONFIG[ldaps] = "--enable-ldaps,--disable-ldaps,openldap" |
| 45 | PACKAGECONFIG[libgsasl] = "--with-libgsasl,--without-libgsasl,libgsasl" | 45 | PACKAGECONFIG[libgsasl] = "--with-libgsasl,--without-libgsasl,libgsasl" |
| 46 | PACKAGECONFIG[libidn] = "--with-libidn2,--without-libidn2,libidn2" | 46 | PACKAGECONFIG[libidn] = "--with-libidn2,--without-libidn2,libidn2" |
| 47 | PACKAGECONFIG[libssh2] = "--with-libssh2,--without-libssh2,libssh2" | 47 | PACKAGECONFIG[libssh2] = "--with-libssh2,--without-libssh2,libssh2" |
