]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/ccache-2.3.patch
git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848...
[ipfire-2.x.git] / src / patches / ccache-2.3.patch
1 --- /tmp/ccache.c 2004-04-15 13:49:38.000000000 +0100
2 +++ ccache.c 2004-04-15 17:47:59.000000000 +0100
3 @@ -322,7 +322,9 @@
4 failed();
5 }
6 hash_int(st.st_size);
7 +#if 0 /* don't hash on the modification time */
8 hash_int(st.st_mtime);
9 +#endif
10
11 /* possibly hash the current working directory */
12 if (getenv("CCACHE_HASHDIR")) {