SHA256
1
0
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:
Ismail Dönmez
2015-03-07 10:51:36 +00:00
committed by Git OBS Bridge
parent 7c064878d8
commit 330549628a
3 changed files with 8 additions and 10 deletions

View File

@@ -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} \