Accepting request 502792 from home:msmeissn:branches:Base:System

- forcefully enable PIE

OBS-URL: https://build.opensuse.org/request/show/502792
OBS-URL: https://build.opensuse.org/package/show/Base:System/efibootmgr?expand=0&rev=40
This commit is contained in:
Andreas Jaeger 2017-06-27 11:00:52 +00:00 committed by Git OBS Bridge
parent d4fe214157
commit 9c13fe77bd
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jun 10 14:45:44 UTC 2017 - meissner@suse.com
- forcefully enable PIE
-------------------------------------------------------------------
Fri Mar 3 20:46:25 UTC 2017 - rw@suse.com

View File

@ -62,7 +62,7 @@ case "%{_repository}" in
(SUSE*|SLE*) VENDOR="SUSE";;
(*) VENDOR="linux";;
esac
make %{?_smp_mflags} CFLAGS="%{optflags} -flto" \
make %{?_smp_mflags} CFLAGS="%{optflags} -flto -fPIE -pie" \
OS_VENDOR="$VENDOR" EFI_LOADER="$LOADER"
%install