aboutsummaryrefslogtreecommitdiffstats
path: root/community/rust/musl-fix-static-linking.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-08-03 13:44:05 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-08-03 13:48:31 +0200
commite6200a5c61a35d55afeef51bd3117ddeef751aec (patch)
tree5f61f9043432504d3fba153cd5d2afdfba3a9c18 /community/rust/musl-fix-static-linking.patch
parent723d1744587d636ce59f5a48432a29af645f4ed4 (diff)
downloadaports-e6200a5c61a35d55afeef51bd3117ddeef751aec.tar.bz2
aports-e6200a5c61a35d55afeef51bd3117ddeef751aec.tar.xz
community/rust: upgrade to 1.28.0
Diffstat (limited to 'community/rust/musl-fix-static-linking.patch')
-rw-r--r--community/rust/musl-fix-static-linking.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/rust/musl-fix-static-linking.patch b/community/rust/musl-fix-static-linking.patch
index c697785ab8..b72c725526 100644
--- a/community/rust/musl-fix-static-linking.patch
+++ b/community/rust/musl-fix-static-linking.patch
@@ -10,8 +10,8 @@ Finally, if no linking preference is given for native libraries
(`NativeLibraryKind::NativeUnknown`), they are linked statically if full
static linking is requested, instead of dynamically as before.
---- a/src/librustc_trans/back/link.rs
-+++ b/src/librustc_trans/back/link.rs
+--- a/src/librustc_codegen_llvm/back/link.rs
++++ b/src/librustc_codegen_llvm/back/link.rs
@@ -1151,13 +1151,13 @@
let relevant_libs = trans.crate_info.used_libraries.iter().filter(|l| {
relevant_lib(sess, l)