From: Michael Tremer Date: Sun, 7 Feb 2010 14:53:52 +0000 (+0100) Subject: ccache: Copy patch files into repository. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e7f124491c9aa4b97b9e3e462e30626df993646;p=ipfire-3.x.git ccache: Copy patch files into repository. --- diff --git a/pkgs/core/ccache/ccache.nm b/pkgs/core/ccache/ccache.nm index 95b606fc1..cce011bf0 100644 --- a/pkgs/core/ccache/ccache.nm +++ b/pkgs/core/ccache/ccache.nm @@ -43,8 +43,6 @@ endef PKG_TARBALL = $(THISAPP).tar.gz -PKG_PATCHES += $(THISAPP).patch - CONFIGURE_OPTIONS += --mandir=/usr/share ############################################################################### diff --git a/pkgs/core/ccache/patches/ccache-2.4.patch b/pkgs/core/ccache/patches/ccache-2.4.patch new file mode 100644 index 000000000..b2193c3e6 --- /dev/null +++ b/pkgs/core/ccache/patches/ccache-2.4.patch @@ -0,0 +1,12 @@ +--- a/ccache.c 2004-04-15 13:49:38.000000000 +0100 ++++ b/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")) {