diff options
| -rw-r--r-- | meta/recipes-support/curl/curl_8.12.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/curl/curl_8.12.1.bb b/meta/recipes-support/curl/curl_8.12.1.bb index 1e9e5a0229..dd1c89979a 100644 --- a/meta/recipes-support/curl/curl_8.12.1.bb +++ b/meta/recipes-support/curl/curl_8.12.1.bb | |||
| @@ -72,12 +72,14 @@ PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd" | |||
| 72 | 72 | ||
| 73 | EXTRA_OECONF = " \ | 73 | EXTRA_OECONF = " \ |
| 74 | --disable-libcurl-option \ | 74 | --disable-libcurl-option \ |
| 75 | --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \ | ||
| 76 | --without-libpsl \ | 75 | --without-libpsl \ |
| 77 | --enable-optimize \ | 76 | --enable-optimize \ |
| 78 | ${@'--without-ssl' if (bb.utils.filter('PACKAGECONFIG', 'gnutls mbedtls openssl', d) == '') else ''} \ | 77 | ${@'--without-ssl' if (bb.utils.filter('PACKAGECONFIG', 'gnutls mbedtls openssl', d) == '') else ''} \ |
| 79 | WATT_ROOT=${STAGING_DIR_TARGET}${prefix} \ | 78 | WATT_ROOT=${STAGING_DIR_TARGET}${prefix} \ |
| 80 | " | 79 | " |
| 80 | EXTRA_OECONF:append:class-target = " \ | ||
| 81 | --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \ | ||
| 82 | " | ||
| 81 | 83 | ||
| 82 | fix_absolute_paths () { | 84 | fix_absolute_paths () { |
| 83 | # cleanup buildpaths from curl-config | 85 | # cleanup buildpaths from curl-config |
