aboutsummaryrefslogtreecommitdiffstats
path: root/community/rust/minimize-rpath.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/minimize-rpath.patch
parent723d1744587d636ce59f5a48432a29af645f4ed4 (diff)
downloadaports-e6200a5c61a35d55afeef51bd3117ddeef751aec.tar.bz2
aports-e6200a5c61a35d55afeef51bd3117ddeef751aec.tar.xz
community/rust: upgrade to 1.28.0
Diffstat (limited to 'community/rust/minimize-rpath.patch')
-rw-r--r--community/rust/minimize-rpath.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/rust/minimize-rpath.patch b/community/rust/minimize-rpath.patch
index 1fc0e1b722..32c5c1b52b 100644
--- a/community/rust/minimize-rpath.patch
+++ b/community/rust/minimize-rpath.patch
@@ -7,8 +7,8 @@ relative path to the install prefix. This is unnecessary, so we add the install
prefix to a list of absolute paths to omit in the relative path generation,
and skip it there.
---- a/src/librustc_trans/back/rpath.rs
-+++ b/src/librustc_trans/back/rpath.rs
+--- a/src/librustc_codegen_llvm/back/rpath.rs
++++ b/src/librustc_codegen_llvm/back/rpath.rs
@@ -69,14 +69,15 @@
debug!(" {:?}", libpath.display());
}