aboutsummaryrefslogtreecommitdiffstats
path: root/community/rust/static-pie.patch
diff options
context:
space:
mode:
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);