aboutsummaryrefslogtreecommitdiffstats
path: root/community/rust/static-pie.patch
diff options
context:
space:
mode:
authorMarat Safin <jeizsm@gmail.com>2019-01-18 12:37:41 +0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-23 19:38:12 +0000
commite066018fc40a37267d5cbaed6245382d1215ee15 (patch)
treebd0999e1e2c390216c7763a4f9788d7025f5ff33 /community/rust/static-pie.patch
parent59c72398df08141f4177bd93f513451e16d90480 (diff)
downloadaports-e066018fc40a37267d5cbaed6245382d1215ee15.tar.bz2
aports-e066018fc40a37267d5cbaed6245382d1215ee15.tar.xz
community/rust: upgrade to 1.32.0
Signed-off-by: Marat Safin <jeizsm@gmail.com> Closes GH-6071
Diffstat (limited to 'community/rust/static-pie.patch')
-rw-r--r--community/rust/static-pie.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rust/static-pie.patch b/community/rust/static-pie.patch
index 437a95ebe7..4f861466c1 100644
--- a/community/rust/static-pie.patch
+++ b/community/rust/static-pie.patch
@@ -98,7 +98,7 @@ library, just like static binaries, but more secure.
key!(position_independent_executables, bool);
+ key!(static_position_independent_executables, bool);
key!(needs_plt, bool);
- try!(key!(relro_level, RelroLevel));
+ key!(relro_level, RelroLevel)?;
key!(archive_format);
key!(allow_asm, bool);
key!(custom_unwind_resume, bool);