summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl_7.87.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/curl/curl_7.87.0.bb')
-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 a3ad66f1aa..9956a28422 100644
--- a/meta/recipes-support/curl/curl_7.87.0.bb
+++ b/meta/recipes-support/curl/curl_7.87.0.bb
@@ -32,6 +32,8 @@ PACKAGECONFIG:class-nativesdk = "ipv6 openssl proxy random threaded-resolver ver
32PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares,,,threaded-resolver" 32PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares,,,threaded-resolver"
33PACKAGECONFIG[brotli] = "--with-brotli,--without-brotli,brotli" 33PACKAGECONFIG[brotli] = "--with-brotli,--without-brotli,brotli"
34PACKAGECONFIG[builtinmanual] = "--enable-manual,--disable-manual" 34PACKAGECONFIG[builtinmanual] = "--enable-manual,--disable-manual"
35# Don't use this in production
36PACKAGECONFIG[debug] = "--enable-debug,--disable-debug"
35PACKAGECONFIG[dict] = "--enable-dict,--disable-dict," 37PACKAGECONFIG[dict] = "--enable-dict,--disable-dict,"
36PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" 38PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls"
37PACKAGECONFIG[gopher] = "--enable-gopher,--disable-gopher," 39PACKAGECONFIG[gopher] = "--enable-gopher,--disable-gopher,"
@@ -68,9 +70,7 @@ EXTRA_OECONF = " \
68 --enable-crypto-auth \ 70 --enable-crypto-auth \
69 --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \ 71 --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \
70 --without-libpsl \ 72 --without-libpsl \
71 --enable-debug \
72 --enable-optimize \ 73 --enable-optimize \
73 --disable-curldebug \
74 ${@'--without-ssl' if (bb.utils.filter('PACKAGECONFIG', 'gnutls mbedtls nss openssl', d) == '') else ''} \ 74 ${@'--without-ssl' if (bb.utils.filter('PACKAGECONFIG', 'gnutls mbedtls nss openssl', d) == '') else ''} \
75" 75"
76 76