From a12a4f2e2c5e333806b649e7f67a7a164f37cced Mon Sep 17 00:00:00 2001 From: emmett1 Date: Thu, 6 Mar 2025 13:50:48 +0000 Subject: rust: updated to 1.85.0 --- repos/extra/rust/fix-curl.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'repos/extra/rust/fix-curl.patch') diff --git a/repos/extra/rust/fix-curl.patch b/repos/extra/rust/fix-curl.patch index e0469d8d..b1067b3d 100644 --- a/repos/extra/rust/fix-curl.patch +++ b/repos/extra/rust/fix-curl.patch @@ -24,3 +24,16 @@ index 7d9a661..683354e 100644 .define("CURL_DISABLE_DICT", None) .define("CURL_DISABLE_GOPHER", None) .define("CURL_DISABLE_IMAP", None) +diff --git a/vendor/curl-sys-0.4.78+curl-8.11.0/build.rs b/vendor/curl-sys-0.4.78+curl-8.11.0/build.rs +index a451b24..363b314 100644 +--- a/vendor/curl-sys-0.4.78+curl-8.11.0/build.rs ++++ b/vendor/curl-sys-0.4.78+curl-8.11.0/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) -- cgit v1.2.3