aboutsummaryrefslogtreecommitdiff
path: root/core/curl/build
diff options
context:
space:
mode:
Diffstat (limited to 'core/curl/build')
-rwxr-xr-xcore/curl/build4
1 files changed, 3 insertions, 1 deletions
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