diff options
Diffstat (limited to 'core/curl')
-rwxr-xr-x | core/curl/build | 4 | ||||
-rw-r--r-- | core/curl/depends | 3 | ||||
-rw-r--r-- | core/curl/version | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/core/curl/build b/core/curl/build index 2ef56a74..f27b1522 100755 --- a/core/curl/build +++ b/core/curl/build @@ -16,7 +16,9 @@ --without-libpsl \ --without-zstd \ --with-pic \ - --with-ssl + --with-bearssl \ + --with-ca-bundle=/etc/certificates/cert.pem \ + --without-ssl make curl_LDFLAGS=-all-static make DESTDIR="$1" install diff --git a/core/curl/depends b/core/curl/depends index 9ee911ae..cf6ff53d 100644 --- a/core/curl/depends +++ b/core/curl/depends @@ -1,2 +1,3 @@ -libressl +bearssl +ca-certificates zlib diff --git a/core/curl/version b/core/curl/version index a59a9334..db87252d 100644 --- a/core/curl/version +++ b/core/curl/version @@ -1 +1 @@ -7.72.0 3 +7.72.0 2 |