forked from pool/cmake
Accepting request 289674 from home:scarabeus_iv
- Remove full path from compiler to allow ccache override - This might break build if your package breaks $PATH content - Tested on KDE and it build and some misc apps too. If something fails it should be fixed per app basis OBS-URL: https://build.opensuse.org/request/show/289674 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=201
This commit is contained in:
committed by
Git OBS Bridge
parent
7c064878d8
commit
330549628a
@@ -66,7 +66,7 @@ CMake is a cross-platform, open-source build system
|
||||
|
||||
%build
|
||||
export CXXFLAGS="%{optflags}"
|
||||
export CFLAGS="$CXXFLAGS"
|
||||
export CFLAGS="%{optflags}"
|
||||
./configure \
|
||||
--prefix=%{_prefix} \
|
||||
--datadir=/share/%{name} \
|
||||
|
Reference in New Issue
Block a user