SHA256
1
0
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:
Dominique Leuenberger 2017-07-01 12:04:45 +00:00 committed by Git OBS Bridge
commit 3d51462a99
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