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

@@ -1,13 +1,11 @@
-------------------------------------------------------------------
Thu Mar 5 20:30:03 UTC 2015 - tchvatal@suse.com
Fri Mar 6 12:47:35 UTC 2015 - tchvatal@suse.com
- Add path back as it breaks some builds when using relative path
-------------------------------------------------------------------
Thu Mar 5 13:16:59 UTC 2015 - tchvatal@suse.com
- Try to remove full path from compiler to allow ccache override
- Remove full path from compiler to allow ccache override
via path
- 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
-------------------------------------------------------------------
Mon Feb 23 09:21:55 UTC 2015 - meissner@suse.com