]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/ccache-2.4.patch
Fix core28 updater kernel version
[people/pmueller/ipfire-2.x.git] / src / patches / ccache-2.4.patch
CommitLineData
cd1a2927
MT
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")) {