ccache: Set CCACHE_HASHDIR.

To properly be able to debug problems with gdb, this
must be set to an empty value.
This commit is contained in:
Michael Tremer 2013-03-05 01:28:36 +01:00
parent 0f5c5df0ea
commit ea639f2ff8
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
name = ccache
version = 3.1.9
release = 1
release = 2
groups = Development/Compilers
url = http://ccache.samba.org/

View File

@ -16,3 +16,4 @@ if [ -z "${CCACHE_DIR:-}" ] && [ -w @CACHEDIR@ ] && [ -d @CACHEDIR@ ] ; then
unset CCACHE_HARDLINK
fi
export CCACHE_HASHDIR=