diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-support/curl/curl_7.85.0.bb | 4 |
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 | |||
| 38 | PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares,,,threaded-resolver" | 38 | PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares,,,threaded-resolver" |
| 39 | PACKAGECONFIG[brotli] = "--with-brotli,--without-brotli,brotli" | 39 | PACKAGECONFIG[brotli] = "--with-brotli,--without-brotli,brotli" |
| 40 | PACKAGECONFIG[builtinmanual] = "--enable-manual,--disable-manual" | 40 | PACKAGECONFIG[builtinmanual] = "--enable-manual,--disable-manual" |
| 41 | # Don't use this in production | ||
| 42 | PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" | ||
| 41 | PACKAGECONFIG[dict] = "--enable-dict,--disable-dict," | 43 | PACKAGECONFIG[dict] = "--enable-dict,--disable-dict," |
| 42 | PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" | 44 | PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" |
| 43 | PACKAGECONFIG[gopher] = "--enable-gopher,--disable-gopher," | 45 | PACKAGECONFIG[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 | ||
