summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/curl/curl_7.85.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.85.0.bb b/meta/recipes-support/curl/curl_7.85.0.bb
index 1e47e9fac5..846cdacb41 100644
--- a/meta/recipes-support/curl/curl_7.85.0.bb
+++ b/meta/recipes-support/curl/curl_7.85.0.bb
@@ -38,6 +38,8 @@ PACKAGECONFIG:class-nativesdk = "ipv6 openssl proxy random threaded-resolver ver
38PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares,,,threaded-resolver" 38PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares,,,threaded-resolver"
39PACKAGECONFIG[brotli] = "--with-brotli,--without-brotli,brotli" 39PACKAGECONFIG[brotli] = "--with-brotli,--without-brotli,brotli"
40PACKAGECONFIG[builtinmanual] = "--enable-manual,--disable-manual" 40PACKAGECONFIG[builtinmanual] = "--enable-manual,--disable-manual"
41# Don't use this in production
42PACKAGECONFIG[debug] = "--enable-debug,--disable-debug"
41PACKAGECONFIG[dict] = "--enable-dict,--disable-dict," 43PACKAGECONFIG[dict] = "--enable-dict,--disable-dict,"
42PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" 44PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls"
43PACKAGECONFIG[gopher] = "--enable-gopher,--disable-gopher," 45PACKAGECONFIG[gopher] = "--enable-gopher,--disable-gopher,"
@@ -74,9 +76,7 @@ EXTRA_OECONF = " \
74 --enable-crypto-auth \ 76 --enable-crypto-auth \
75 --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \ 77 --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \
76 --without-libpsl \ 78 --without-libpsl \
77 --enable-debug \
78 --enable-optimize \ 79 --enable-optimize \
79 --disable-curldebug \
80 ${@'--without-ssl' if (bb.utils.filter('PACKAGECONFIG', 'gnutls mbedtls nss openssl', d) == '') else ''} \ 80 ${@'--without-ssl' if (bb.utils.filter('PACKAGECONFIG', 'gnutls mbedtls nss openssl', d) == '') else ''} \
81" 81"
82 82