forked from pool/efibootmgr
Accepting request 506453 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/506453 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/efibootmgr?expand=0&rev=28
This commit is contained in:
commit
3d51462a99
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user