diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-08-03 13:44:05 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-08-03 13:48:31 +0200 |
commit | e6200a5c61a35d55afeef51bd3117ddeef751aec (patch) | |
tree | 5f61f9043432504d3fba153cd5d2afdfba3a9c18 /community/rust/need-rpath.patch | |
parent | 723d1744587d636ce59f5a48432a29af645f4ed4 (diff) | |
download | aports-e6200a5c61a35d55afeef51bd3117ddeef751aec.tar.bz2 aports-e6200a5c61a35d55afeef51bd3117ddeef751aec.tar.xz |
community/rust: upgrade to 1.28.0
Diffstat (limited to 'community/rust/need-rpath.patch')
-rw-r--r-- | community/rust/need-rpath.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/rust/need-rpath.patch b/community/rust/need-rpath.patch index b875df5b91..c86f437d50 100644 --- a/community/rust/need-rpath.patch +++ b/community/rust/need-rpath.patch @@ -46,8 +46,8 @@ Hacky hacky! target_option_val!(no_default_libraries); target_option_val!(position_independent_executables); target_option_val!(static_position_independent_executables); ---- 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 @@ -1092,7 +1092,10 @@ // FIXME (#2397): At some point we want to rpath our guesses as to // where extern libraries might live, based on the |