From 958bd50f910e5d0d7120c3999c9347f036220962 Mon Sep 17 00:00:00 2001 From: Marat Safin Date: Sun, 1 Jul 2018 14:31:20 +0300 Subject: community/rust: upgrade to 1.27.0 --- community/rust/need-rpath.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/rust/need-rpath.patch') diff --git a/community/rust/need-rpath.patch b/community/rust/need-rpath.patch index d7689610b9..b875df5b91 100644 --- a/community/rust/need-rpath.patch +++ b/community/rust/need-rpath.patch @@ -11,8 +11,8 @@ RPATH additions, but unfortunately there's no clean way to detect this. As such, we have to resort to checking the `RUSTC_BOOTSTRAP` variable. Hacky hacky! ---- a/src/librustc_back/target/mod.rs -+++ b/src/librustc_back/target/mod.rs +--- a/src/librustc_target/spec/mod.rs ++++ b/src/librustc_target/spec/mod.rs @@ -379,6 +379,8 @@ pub allows_weak_linkage: bool, /// Whether the linker support rpaths or not. Defaults to false. -- cgit v1.2.3