aboutsummaryrefslogtreecommitdiffstats
path: root/community/rust/need-rpath.patch
diff options
context:
space:
mode:
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.