diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-01-05 11:41:40 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-01-05 11:41:40 +0000 |
commit | ada0fc3387dee912e21ad43106337cd3e50ea414 (patch) | |
tree | 3f997da301c5213ce08d94ec23430bd10e33a229 /patches | |
parent | 86341362a25565746458aebbefff561fe38c02c1 (diff) | |
download | midipix_build-ada0fc3387dee912e21ad43106337cd3e50ea414.tar.bz2 midipix_build-ada0fc3387dee912e21ad43106337cd3e50ea414.tar.xz |
patches/curl-7.57.0.local.patch:lib/curl_config.h.in: force CURL_CA_PATH="/etc/ssl".
Diffstat (limited to 'patches')
-rw-r--r-- | patches/curl-7.57.0.local.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/curl-7.57.0.local.patch b/patches/curl-7.57.0.local.patch new file mode 100644 index 00000000..f54e6986 --- /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 |