diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:17:52 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:17:52 +0800 |
| commit | 0dede68b734c7366d9e0f44d10cb3507ba5e0f33 (patch) | |
| tree | 49b19194e5dc7f55255751151dcaf8d1fb48bc4a /repos/extra/rust/fix-curl.patch | |
| parent | 376803af43d2d32a80219b8970961792f240230c (diff) | |
| download | alicelinux-0dede68b734c7366d9e0f44d10cb3507ba5e0f33.tar.gz alicelinux-0dede68b734c7366d9e0f44d10cb3507ba5e0f33.zip | |
move out wayland packages to its own repo
Diffstat (limited to 'repos/extra/rust/fix-curl.patch')
| -rw-r--r-- | repos/extra/rust/fix-curl.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/rust/fix-curl.patch b/repos/extra/rust/fix-curl.patch index 3e9e182f..dbcb37e9 100644 --- a/repos/extra/rust/fix-curl.patch +++ b/repos/extra/rust/fix-curl.patch @@ -1,7 +1,7 @@ diff --git a/vendor/curl-sys/build.rs b/vendor/curl-sys/build.rs index 24475cc..3249440 100644 ---- a/vendor/curl-sys/build.rs -+++ b/vendor/curl-sys/build.rs +--- a/vendor/curl-sys-0.4.72+curl-8.6.0/build.rs ++++ b/vendor/curl-sys-0.4.72+curl-8.6.0/build.rs @@ -111,6 +111,8 @@ fn main() { .include("curl/lib") .include("curl/include") |