diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-support/curl/curl_7.82.0.bb | 4 |
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 de69d3d53b..383cf415d9 100644 --- a/meta/recipes-support/curl/curl_7.82.0.bb +++ b/meta/recipes-support/curl/curl_7.82.0.bb | |||
| @@ -79,6 +79,8 @@ PACKAGECONFIG:class-nativesdk = "ipv6 openssl proxy random threaded-resolver ver | |||
| 79 | PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares,,,threaded-resolver" | 79 | PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares,,,threaded-resolver" |
| 80 | PACKAGECONFIG[brotli] = "--with-brotli,--without-brotli,brotli" | 80 | PACKAGECONFIG[brotli] = "--with-brotli,--without-brotli,brotli" |
| 81 | PACKAGECONFIG[builtinmanual] = "--enable-manual,--disable-manual" | 81 | PACKAGECONFIG[builtinmanual] = "--enable-manual,--disable-manual" |
| 82 | # Don't use this in production | ||
| 83 | PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" | ||
| 82 | PACKAGECONFIG[dict] = "--enable-dict,--disable-dict," | 84 | PACKAGECONFIG[dict] = "--enable-dict,--disable-dict," |
| 83 | PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" | 85 | PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" |
| 84 | PACKAGECONFIG[gopher] = "--enable-gopher,--disable-gopher," | 86 | PACKAGECONFIG[gopher] = "--enable-gopher,--disable-gopher," |
| @@ -115,9 +117,7 @@ EXTRA_OECONF = " \ | |||
| 115 | --enable-crypto-auth \ | 117 | --enable-crypto-auth \ |
| 116 | --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \ | 118 | --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \ |
| 117 | --without-libpsl \ | 119 | --without-libpsl \ |
| 118 | --enable-debug \ | ||
| 119 | --enable-optimize \ | 120 | --enable-optimize \ |
| 120 | --disable-curldebug \ | ||
| 121 | ${@'--without-ssl' if (bb.utils.filter('PACKAGECONFIG', 'gnutls mbedtls nss openssl', d) == '') else ''} \ | 121 | ${@'--without-ssl' if (bb.utils.filter('PACKAGECONFIG', 'gnutls mbedtls nss openssl', d) == '') else ''} \ |
| 122 | " | 122 | " |
| 123 | 123 | ||
