aboutsummaryrefslogtreecommitdiffstats
path: root/community/rust/need-rpath.patch
diff options
context:
space:
mode:
authorMarat Safin <jeizsm@gmail.com>2018-07-01 14:31:20 +0300
committerJakub Jirutka <jakub@jirutka.cz>2018-07-02 21:55:35 +0200
commit958bd50f910e5d0d7120c3999c9347f036220962 (patch)
tree68f59dd6397cdd2bb084aad3110afa3a98f91a01 /community/rust/need-rpath.patch
parentba505a5a6bbb08f43242e27787f6941acf777895 (diff)
downloadaports-958bd50f910e5d0d7120c3999c9347f036220962.tar.bz2
aports-958bd50f910e5d0d7120c3999c9347f036220962.tar.xz
community/rust: upgrade to 1.27.0
Diffstat (limited to 'community/rust/need-rpath.patch')
-rw-r--r--community/rust/need-rpath.patch4
1 files changed, 2 insertions, 2 deletions
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.