From: Ross Burton Date: Thu, 23 Jul 2026 13:55:12 +0000 (+0100) Subject: curl: add option for libpsl, the Public Suffix List library X-Git-Tag: uninative-5.2~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a16ae5846393ea7f4869a726516b2fbc5bdb7e5;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git curl: add option for libpsl, the Public Suffix List library Instead of hardcoding this to disabled, add a PACKAGECONFIG. No behavioural changes in this patch. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/curl/curl_8.21.0.bb b/meta/recipes-support/curl/curl_8.21.0.bb index d245e7fe60..399b915dee 100644 --- a/meta/recipes-support/curl/curl_8.21.0.bb +++ b/meta/recipes-support/curl/curl_8.21.0.bb @@ -55,6 +55,7 @@ PACKAGECONFIG[ldap] = "--enable-ldap,--disable-ldap,openldap" PACKAGECONFIG[ldaps] = "--enable-ldaps,--disable-ldaps,openldap" PACKAGECONFIG[libgsasl] = "--with-libgsasl,--without-libgsasl,libgsasl" PACKAGECONFIG[libidn] = "--with-libidn2,--without-libidn2,libidn2" +PACKAGECONFIG[libpsl] = "--with-libpsl,--without-libpsl,libpsl" PACKAGECONFIG[libssh] = "--with-libssh,--without-libssh,libssh" PACKAGECONFIG[libssh2] = "--with-libssh2,--without-libssh2,libssh2" PACKAGECONFIG[mbedtls] = "--with-mbedtls,--without-mbedtls,mbedtls" @@ -85,7 +86,6 @@ CURL_CA_BUNDLE_BASE_DIR:class-target = "${sysconfdir}" EXTRA_OECONF = " \ --disable-libcurl-option \ - --without-libpsl \ --enable-optimize \ --with-ca-bundle=${CURL_CA_BUNDLE_BASE_DIR}/ssl/certs/ca-certificates.crt \ ${@'--without-ssl' if (bb.utils.filter('PACKAGECONFIG', 'gnutls mbedtls openssl schannel', d) == '') else ''} \