Accepting request 265895 from Base:System

- build with PIE support.

- Build XZ with full RELRO.

OBS-URL: https://build.opensuse.org/request/show/265895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=49
This commit is contained in:
Dominique Leuenberger 2014-12-23 11:32:56 +00:00 committed by Git OBS Bridge
commit 8bcb1696b8
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Dec 19 09:43:36 UTC 2014 - meissner@suse.com
- build with PIE support.
-------------------------------------------------------------------
Thu Dec 18 19:37:09 UTC 2014 - crrodriguez@opensuse.org
- Build XZ with full RELRO.
-------------------------------------------------------------------
Tue Sep 23 00:11:27 UTC 2014 - andreas.stieger@gmx.de

View File

@ -106,7 +106,8 @@ Static library for the LZMA library
%setup -q
%build
%global optflags %{optflags} -D_REENTRANT -pipe
%global optflags %{optflags} -D_REENTRANT -pipe -fPIE
export LDFLAGS="-Wl,-z,relro,-z,now -pie"
%if %{do_profiling}
profiledir=$(mktemp -d)
trap "rm -rf $profiledir" EXIT