summaryrefslogtreecommitdiffstats
path: root/packaging/makeself/jobs
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-08-13 07:14:17 -0400
committerGitHub <noreply@github.com>2020-08-13 07:14:17 -0400
commit77714ecb5a9dce56c097a588e87f97980916a9a4 (patch)
treed42053f7343b47a021cdc1a645191000b6e41e8b /packaging/makeself/jobs
parent1d4c8a4821fc3af28947dd2bc517097446af8c51 (diff)
Added proper certificate handling to static cURL. (#9733)
Diffstat (limited to 'packaging/makeself/jobs')
-rwxr-xr-xpackaging/makeself/jobs/50-curl-7.60.0.install.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/makeself/jobs/50-curl-7.60.0.install.sh b/packaging/makeself/jobs/50-curl-7.60.0.install.sh
index 19707ae5e7..55d6a979f8 100755
--- a/packaging/makeself/jobs/50-curl-7.60.0.install.sh
+++ b/packaging/makeself/jobs/50-curl-7.60.0.install.sh
@@ -21,7 +21,9 @@ run ./configure \
--enable-http \
--enable-proxy \
--enable-ipv6 \
- --enable-cookies
+ --enable-cookies \
+ --with-ca-fallback \
+ --with-ca-bundle=/opt/netdata/etc/ssl/certs/ca-bundle.crt
# Curl autoconf does not honour the curl_LDFLAGS environment variable
run sed -i -e "s/curl_LDFLAGS =/curl_LDFLAGS = -all-static/" src/Makefile