From f508ec3d69f1ffdda2fee0561c0742eb07ded503 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 18 Mar 2021 17:20:48 +0300 Subject: curl: revert to libressl --- core/curl/build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'core/curl/build') diff --git a/core/curl/build b/core/curl/build index f27b1522..4e2b82ac 100755 --- a/core/curl/build +++ b/core/curl/build @@ -15,10 +15,7 @@ --without-icu \ --without-libpsl \ --without-zstd \ - --with-pic \ - --with-bearssl \ - --with-ca-bundle=/etc/certificates/cert.pem \ - --without-ssl + --with-pic make curl_LDFLAGS=-all-static make DESTDIR="$1" install -- cgit v1.2.3