diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-10-21 08:45:30 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-10-21 08:45:30 +0000 |
| commit | ae515e8dd7ba344a4bee1a66e4ccb00e1f14860b (patch) | |
| tree | f9ab7454d4cc29f7c30263ca98b964cbe028da32 /rust/fix-curl.patch | |
| parent | de184df0592e40bfd1ccef515498bdad9a5487cc (diff) | |
| download | alicelinux-ae515e8dd7ba344a4bee1a66e4ccb00e1f14860b.tar.gz alicelinux-ae515e8dd7ba344a4bee1a66e4ccb00e1f14860b.zip | |
Woodpecker CI 2e064537419ba223d15cb0193eef0bb7fe5e6f6c [SKIP CI]
Diffstat (limited to 'rust/fix-curl.patch')
| -rw-r--r-- | rust/fix-curl.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/rust/fix-curl.patch b/rust/fix-curl.patch index 1388f373..84b761a0 100644 --- a/rust/fix-curl.patch +++ b/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 |