Turn on CCACHE_HASHDIR by default (#759592, Jan Kratochvil).
This commit is contained in:
parent
7f8288ec27
commit
376c396cc4
@ -24,3 +24,5 @@ else if ( $uid != 0 ) then
|
|||||||
unsetenv CCACHE_HARDLINK
|
unsetenv CCACHE_HARDLINK
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
setenv CCACHE_HASHDIR
|
||||||
|
@ -25,3 +25,5 @@ elif [ "${EUID:-}" != 0 ] ; then
|
|||||||
unset CCACHE_HARDLINK
|
unset CCACHE_HARDLINK
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export CCACHE_HASHDIR=
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: ccache
|
Name: ccache
|
||||||
Version: 3.1.4
|
Version: 3.1.4
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: C/C++ compiler cache
|
Summary: C/C++ compiler cache
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -142,6 +142,9 @@ getent group ccache >/dev/null || groupadd -r ccache || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 4 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.1.4-5
|
||||||
|
- Turn on CCACHE_HASHDIR by default (#759592, Jan Kratochvil).
|
||||||
|
|
||||||
* Sat Apr 2 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.1.4-4
|
* Sat Apr 2 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.1.4-4
|
||||||
- Replace Requires(trigger*) with plain requires to appease rpmbuild >= 4.9.
|
- Replace Requires(trigger*) with plain requires to appease rpmbuild >= 4.9.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user