From 2ba35677fa41165104886a0bf11e2bb79f1fecf6 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 11 Jun 2020 02:02:27 +0300 Subject: curl: use bearssl instead of libressl --- core/curl/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/curl/build') diff --git a/core/curl/build b/core/curl/build index 6a0914a4..fecb4f9a 100755 --- a/core/curl/build +++ b/core/curl/build @@ -15,7 +15,8 @@ --without-icu \ --without-libpsl \ --with-pic \ - --with-ca-fallback + --with-bearssl \ + --without-ssl make curl_LDFLAGS=-all-static make DESTDIR="$1" install -- cgit v1.2.3