forked from pool/cmake
Accepting request 404888 from home:pluskalm:branches:devel:tools:building
Lets try PIE (as already discussed with scarabeus) OBS-URL: https://build.opensuse.org/request/show/404888 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=252
This commit is contained in:
committed by
Git OBS Bridge
parent
6e944f71b6
commit
ad02e4d23b
@@ -81,8 +81,9 @@ echo "`grep cmake-%{version}.tar.gz %{SOURCE5} | grep -Eo '^[0-9a-f]+'` %{SOURC
|
||||
|
||||
%build
|
||||
EXTRA_FLAGS="--qt-gui"
|
||||
export CXXFLAGS="%{optflags}"
|
||||
export CFLAGS="$CXXFLAGS"
|
||||
export CXXFLAGS="%{optflags} -fPIE"
|
||||
export CFLAGS="%{optflags} -fPIE"
|
||||
export LDFLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -pie"
|
||||
# FIXME: you should use the %%configure macro
|
||||
./configure \
|
||||
--prefix=%{_prefix} \
|
||||
|
Reference in New Issue
Block a user