From 4f0e0c7d80f3ca076a345387a774a79095fd2045 Mon Sep 17 00:00:00 2001 From: Timmy Welch Date: Fri, 5 May 2023 18:17:38 -0700 Subject: [PATCH] set default cert path for curl --- include/curl.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/curl.mak b/include/curl.mak index 5e2f6c9..f929cd4 100644 --- a/include/curl.mak +++ b/include/curl.mak @@ -4,7 +4,7 @@ CURL_URL := https://github.com/curl/curl/releases/download/curl-$(subst .,_,$(CU CURL_PROGRAMS := curl CURL_LIBRARIES := libcurl.a -CURL_CONFIG = +CURL_CONFIG = --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt # WolfSSL results in a much smaller binary (around 1MB). # The only reason you'd use OpenSSL here is if you already