diff options
| author | Marat Safin <jeizsm@gmail.com> | 2019-01-18 12:37:41 +0300 |
|---|---|---|
| committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-23 19:38:12 +0000 |
| commit | e066018fc40a37267d5cbaed6245382d1215ee15 (patch) | |
| tree | bd0999e1e2c390216c7763a4f9788d7025f5ff33 /community/rust/static-pie.patch | |
| parent | 59c72398df08141f4177bd93f513451e16d90480 (diff) | |
| download | aports-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.patch | 2 |
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); |
