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