diff options
Diffstat (limited to 'repos/extra/rust/fix-curl.patch')
| -rw-r--r-- | repos/extra/rust/fix-curl.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/repos/extra/rust/fix-curl.patch b/repos/extra/rust/fix-curl.patch index 1388f373..84b761a0 100644 --- a/repos/extra/rust/fix-curl.patch +++ b/repos/extra/rust/fix-curl.patch @@ -11,19 +11,6 @@ index 8315a20..98dedb4 100644 .define("CURL_DISABLE_DICT", None) .define("CURL_DISABLE_GOPHER", None) .define("CURL_DISABLE_IMAP", None) -diff --git a/vendor/curl-sys-0.4.80+curl-8.12.1/build.rs b/vendor/curl-sys-0.4.80+curl-8.12.1/build.rs -index 89f431d..57f891a 100644 ---- a/vendor/curl-sys-0.4.80+curl-8.12.1/build.rs -+++ b/vendor/curl-sys-0.4.80+curl-8.12.1/build.rs -@@ -117,6 +117,8 @@ fn main() { - .include("curl/lib") - .include("curl/include") - .define("BUILDING_LIBCURL", None) -+ .define("CURL_CA_BUNDLE", "\"/etc/ssl/cert.pem\"") -+ .define("CURL_CA_PATH", "\"/etc/ssl/certs\"") - .define("CURL_DISABLE_DICT", None) - .define("CURL_DISABLE_GOPHER", None) - .define("CURL_DISABLE_IMAP", None) diff --git a/vendor/curl-sys-0.4.82+curl-8.14.1/build.rs b/vendor/curl-sys-0.4.82+curl-8.14.1/build.rs index db930c3..afff718 100644 --- a/vendor/curl-sys-0.4.82+curl-8.14.1/build.rs |