aboutsummaryrefslogtreecommitdiff
path: root/core/curl/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-03-18 17:20:48 +0300
committerCem Keylan <cem@ckyln.com>2021-03-18 17:20:48 +0300
commitf508ec3d69f1ffdda2fee0561c0742eb07ded503 (patch)
treeb97580dc7cddd959a7957345487585f257ae488a /core/curl/build
parent3ceb90a77de4905e817a9b247e0e600de097e283 (diff)
downloadrepository-f508ec3d69f1ffdda2fee0561c0742eb07ded503.tar.gz
curl: revert to libressl
Diffstat (limited to 'core/curl/build')
-rwxr-xr-xcore/curl/build5
1 files changed, 1 insertions, 4 deletions
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