diff options
Diffstat (limited to 'repos/extra/rust')
| -rw-r--r-- | repos/extra/rust/abuild | 4 | ||||
| -rw-r--r-- | repos/extra/rust/fix-curl.patch | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/repos/extra/rust/abuild b/repos/extra/rust/abuild index b4986933..7ef3e9bf 100644 --- a/repos/extra/rust/abuild +++ b/repos/extra/rust/abuild @@ -12,7 +12,7 @@ source="https://static.rust-lang.org/dist/${name}c-$version-src.tar.xz https://static.rust-lang.org/dist/$_date/rust-std-$_rustc-x86_64-unknown-linux-musl.tar.xz::noextract https://static.rust-lang.org/dist/$_date/rustc-$_rustc-x86_64-unknown-linux-musl.tar.xz::noextract https://static.rust-lang.org/dist/$_date/cargo-$_cargo-x86_64-unknown-linux-musl.tar.xz::noextract" -# fix-curl.patch" + #fix-curl.patch" build_dir=${name}c-$version-src keep_static=1 no_strip=1 @@ -26,7 +26,7 @@ build() { cp $SRC/cargo-$_cargo-x86_64-unknown-linux-musl.tar.xz build/cache/$_date/ sed -i 's/\(crt_static_default = \)true/\1false/' compiler/rustc_target/src/spec/base/linux_musl.rs - #sed -i 's/\("files":{\)[^}]*/\1/' vendor/curl-sys/.cargo-checksum.json + #sed -i 's/\("files":{\)[^}]*/\1/' vendor/curl-sys-0.4.72+curl-8.6.0/.cargo-checksum.json cat > config.toml <<EOF [llvm] 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") |