diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-10 11:42:19 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-10 11:42:19 +0000 |
| commit | 00c98ed82ca409f8537322a00ede82297389cdb7 (patch) | |
| tree | af3bcdaed836fa6592ce614fa1d2f7a72ce10e4e /rust/fix-curl.patch | |
| parent | 6830d4460dc6e8d52734389337a3b7550e7808a7 (diff) | |
| download | alicelinux-00c98ed82ca409f8537322a00ede82297389cdb7.tar.gz alicelinux-00c98ed82ca409f8537322a00ede82297389cdb7.zip | |
Woodpecker CI 7cbd6585f10cc503bb5c3a819451148545d55447 [SKIP CI]
Diffstat (limited to 'rust/fix-curl.patch')
| -rw-r--r-- | rust/fix-curl.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rust/fix-curl.patch b/rust/fix-curl.patch index b29c2794..dcd3333d 100644 --- a/rust/fix-curl.patch +++ b/rust/fix-curl.patch @@ -24,10 +24,10 @@ index a451b24..363b314 100644 .define("CURL_DISABLE_DICT", None) .define("CURL_DISABLE_GOPHER", None) .define("CURL_DISABLE_IMAP", None) -diff --git a/vendor/curl-sys-0.4.79+curl-8.12.0/build.rs b/vendor/curl-sys-0.4.79+curl-8.12.0/build.rs -index 8315a20..98dedb4 100644 ---- a/vendor/curl-sys-0.4.79+curl-8.12.0/build.rs -+++ b/vendor/curl-sys-0.4.79+curl-8.12.0/build.rs +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") |