diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-10-21 08:44:43 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-10-21 08:44:43 +0000 |
| commit | 2e064537419ba223d15cb0193eef0bb7fe5e6f6c (patch) | |
| tree | f8fb0f0ccfec8471361c20d9ac069c59214c0065 /repos/extra/rust/fix-curl.patch | |
| parent | 4edb7f3f4cfcc03bf6eb0a72c714dd68edad7676 (diff) | |
| download | alicelinux-2e064537419ba223d15cb0193eef0bb7fe5e6f6c.tar.gz alicelinux-2e064537419ba223d15cb0193eef0bb7fe5e6f6c.zip | |
rust: updated to 1.90.0
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 |