aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rust/fix-linux_musl_base.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-04-13 15:59:54 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-04-13 16:01:58 +0200
commita552535009f808f093ecc0f614045623b13e1e51 (patch)
treedf36895f22db2b2aafc0ad504781282fdbf91241 /testing/rust/fix-linux_musl_base.patch
parentd455428dfa7ce90b979620546f53f4f172edee76 (diff)
downloadaports-a552535009f808f093ecc0f614045623b13e1e51.tar.bz2
aports-a552535009f808f093ecc0f614045623b13e1e51.tar.xz
testing/rust: refactor patches for linux_musl_base.rs
Diffstat (limited to 'testing/rust/fix-linux_musl_base.patch')
-rw-r--r--testing/rust/fix-linux_musl_base.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/rust/fix-linux_musl_base.patch b/testing/rust/fix-linux_musl_base.patch
index 952d871667..38194290cb 100644
--- a/testing/rust/fix-linux_musl_base.patch
+++ b/testing/rust/fix-linux_musl_base.patch
@@ -57,8 +57,7 @@ See https://github.com/rust-lang/rust/pull/40113
- base.post_link_objects.push("crtn.o".to_string());
-
// Except for on MIPS, these targets statically link libc by default.
-- base.crt_static_default = true;
-+ base.crt_static_default = false;
+ base.crt_static_default = true;
base
}