summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2018-01-05 12:18:48 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2018-01-05 12:18:55 +0000
commit76dc6ccbba1939234ccdabe450fd3886fab0526f (patch)
tree798cf0f73f3df9ea5294d9e3570f68212d912b21 /patches
parentada0fc3387dee912e21ad43106337cd3e50ea414 (diff)
downloadmidipix_build-76dc6ccbba1939234ccdabe450fd3886fab0526f.tar.bz2
midipix_build-76dc6ccbba1939234ccdabe450fd3886fab0526f.tar.xz
patches/curl-7.57.0.local.patch:lib/curl_config.h.in: force CURL_CA_PATH="/etc/ssl/certs".
Diffstat (limited to 'patches')
-rw-r--r--patches/curl-7.57.0.local.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/curl-7.57.0.local.patch b/patches/curl-7.57.0.local.patch
index f54e6986..763f5a2d 100644
--- a/patches/curl-7.57.0.local.patch
+++ b/patches/curl-7.57.0.local.patch
@@ -5,7 +5,7 @@
/* Location of default ca path */
-#undef CURL_CA_PATH
-+#define CURL_CA_PATH "/etc/ssl"
++#define CURL_CA_PATH "/etc/ssl/certs"
/* Default SSL backend */
#undef CURL_DEFAULT_SSL_BACKEND