From ada0fc3387dee912e21ad43106337cd3e50ea414 Mon Sep 17 00:00:00 2001 From: Lucio Andrés Illanes Albornoz (arab, vxp) Date: Jan 05 2018 11:41:40 +0000 Subject: patches/curl-7.57.0.local.patch:lib/curl_config.h.in: force CURL_CA_PATH="/etc/ssl". --- diff --git a/patches/curl-7.57.0.local.patch b/patches/curl-7.57.0.local.patch new file mode 100644 index 0000000..f54e698 --- /dev/null +++ b/patches/curl-7.57.0.local.patch @@ -0,0 +1,11 @@ +--- curl-7.57.0/lib/curl_config.h.in.orig 2017-11-28 15:14:22.000000000 +0000 ++++ curl-7.57.0/lib/curl_config.h.in 2018-01-05 11:39:27.416000000 +0000 +@@ -7,7 +7,7 @@ + #undef CURL_CA_FALLBACK + + /* Location of default ca path */ +-#undef CURL_CA_PATH ++#define CURL_CA_PATH "/etc/ssl" + + /* Default SSL backend */ + #undef CURL_DEFAULT_SSL_BACKEND