xerces-c: set DISABLE_CCACHE=yes for i686

Re-enable the shared CCACHE_DIR which was not the root
cause of the problems.
This commit is contained in:
Jürgen Buchmüller 2015-11-19 16:11:43 +01:00
parent 9bd521e9bd
commit 7e72db86c6
2 changed files with 6 additions and 2 deletions

View file

@ -591,7 +591,7 @@ else
export PATH="$MYPATH"
if [ -n "$XBPS_CCACHE" ]; then
CCACHEPATH="/usr/lib/ccache/bin"
export CCACHE_DIR="$XBPS_HOSTDIR/ccache-${XBPS_CROSS_BUILD:-${XBPS_MACHINE}}"
export CCACHE_DIR="$XBPS_HOSTDIR/ccache"
# Avoid not using cached files just due to compiler mtime
# changes when e.g. bootstrapping
export CCACHE_COMPILERCHECK=content