aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/rust/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/rust/abuild')
-rw-r--r--repos/extra/rust/abuild4
1 files changed, 2 insertions, 2 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]