aboutsummaryrefslogtreecommitdiff
path: root/core/curl/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-11 02:02:27 +0300
committerCem Keylan <cem@ckyln.com>2020-06-11 02:02:27 +0300
commit2ba35677fa41165104886a0bf11e2bb79f1fecf6 (patch)
tree5fb58b81e579a5f48da7c13662244e4dc5f307af /core/curl/build
parent5351806cde46a6d7b28c22cc69d1da6378da63ec (diff)
downloadrepository-2ba35677fa41165104886a0bf11e2bb79f1fecf6.tar.gz
curl: use bearssl instead of libressl
Diffstat (limited to 'core/curl/build')
-rwxr-xr-xcore/curl/build3
1 files changed, 2 insertions, 1 deletions
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