summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/curl/curl_7.82.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.82.0.bb b/meta/recipes-support/curl/curl_7.82.0.bb
index 13f157ead8..b08af29059 100644
--- a/meta/recipes-support/curl/curl_7.82.0.bb
+++ b/meta/recipes-support/curl/curl_7.82.0.bb
@@ -59,8 +59,8 @@ PACKAGECONFIG[gopher] = "--enable-gopher,--disable-gopher,"
59PACKAGECONFIG[imap] = "--enable-imap,--disable-imap," 59PACKAGECONFIG[imap] = "--enable-imap,--disable-imap,"
60PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," 60PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
61PACKAGECONFIG[krb5] = "--with-gssapi,--without-gssapi,krb5" 61PACKAGECONFIG[krb5] = "--with-gssapi,--without-gssapi,krb5"
62PACKAGECONFIG[ldap] = "--enable-ldap,--disable-ldap," 62PACKAGECONFIG[ldap] = "--enable-ldap,--disable-ldap,openldap"
63PACKAGECONFIG[ldaps] = "--enable-ldaps,--disable-ldaps," 63PACKAGECONFIG[ldaps] = "--enable-ldaps,--disable-ldaps,openldap"
64PACKAGECONFIG[libgsasl] = "--with-libgsasl,--without-libgsasl,libgsasl" 64PACKAGECONFIG[libgsasl] = "--with-libgsasl,--without-libgsasl,libgsasl"
65PACKAGECONFIG[libidn] = "--with-libidn2,--without-libidn2,libidn2" 65PACKAGECONFIG[libidn] = "--with-libidn2,--without-libidn2,libidn2"
66PACKAGECONFIG[libssh2] = "--with-libssh2,--without-libssh2,libssh2" 66PACKAGECONFIG[libssh2] = "--with-libssh2,--without-libssh2,libssh2"