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/static-pie.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/static-pie.patch')
-rw-r--r-- | community/rust/static-pie.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/rust/static-pie.patch b/community/rust/static-pie.patch index c6ffdbe00c..8a3a9b9b36 100644 --- a/community/rust/static-pie.patch +++ b/community/rust/static-pie.patch @@ -71,8 +71,8 @@ library, just like static binaries, but more secure. pre_link_objects_exe: Vec::new(), pre_link_objects_dll: Vec::new(), post_link_objects: Vec::new(), ---- 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 @@ -994,13 +994,9 @@ let mut position_independent_executable = false; |