SHA256
3
0
forked from pool/xz
Marcus Meissner 2014-12-19 09:38:38 +00:00 committed by Git OBS Bridge
parent b0b99a86f7
commit 60a49912c8

View File

@ -106,8 +106,8 @@ Static library for the LZMA library
%setup -q
%build
%global optflags %{optflags} -D_REENTRANT -pipe
export LDFLAGS="-Wl,-z,relro,-z,now"
%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