From af3e24bee26eb0cbbab683c2f37a3f49bf1338ee Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 16 Sep 2020 01:04:44 +0300 Subject: meta: revert to using bearssl by default --- core/curl/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/curl/build') 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 -- cgit v1.2.3