mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 09:48:24 +02:00
Habe IPFire auf LFS 6.2 gebracht.
Das hier ist der erste Teil. Nur Toolchain bisher. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@297 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
12
src/patches/ccache-2.4.patch
Normal file
12
src/patches/ccache-2.4.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- /tmp/ccache.c 2004-04-15 13:49:38.000000000 +0100
|
||||
+++ ccache.c 2004-04-15 17:47:59.000000000 +0100
|
||||
@@ -322,7 +322,9 @@
|
||||
failed();
|
||||
}
|
||||
hash_int(st.st_size);
|
||||
+#if 0 /* don't hash on the modification time */
|
||||
hash_int(st.st_mtime);
|
||||
+#endif
|
||||
|
||||
/* possibly hash the current working directory */
|
||||
if (getenv("CCACHE_HASHDIR")) {
|
||||
Reference in New Issue
Block a user