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:
commit
8bcb1696b8
10
xz.changes
10
xz.changes
@ -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
|
Tue Sep 23 00:11:27 UTC 2014 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
3
xz.spec
3
xz.spec
@ -106,7 +106,8 @@ Static library for the LZMA library
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%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}
|
%if %{do_profiling}
|
||||||
profiledir=$(mktemp -d)
|
profiledir=$(mktemp -d)
|
||||||
trap "rm -rf $profiledir" EXIT
|
trap "rm -rf $profiledir" EXIT
|
||||||
|
Loading…
Reference in New Issue
Block a user