]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
ccache: Update to 3.0pre1.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Jun 2010 15:47:54 +0000 (17:47 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Jun 2010 15:47:54 +0000 (17:47 +0200)
naoki/chroot.py
pkgs/core/ccache/ccache.nm

index 21ba426acdec2c484c1ea528dac83c9d2a96cf89..1875eea3ec43916d46c18bfd276c5aeb6b14770b 100644 (file)
@@ -142,6 +142,8 @@ class Environment(object):
                if os.path.exists(self.chrootPath(ccache_path)):
                        env.update({
                                "PATH" : "/%s:%s" % (ccache_path, env["PATH"]),
+                               "CCACHE_COMPILERCHECK" : "none",
+                               "CCACHE_COMPRESS" : "1",
                                "CCACHE_DIR" : "/usr/src/ccache",
                        })
 
index 27dc2151680a2d630301d3b735bceb94ff7fb752..42bafea47ab8d58f4d39b8cd6d1f1c784cc1d974 100644 (file)
@@ -25,7 +25,7 @@
 include $(PKGROOT)/Include
 
 PKG_NAME       = ccache
-PKG_VER        = 3.0pre0
+PKG_VER        = 3.0pre1
 PKG_REL        = 0
 
 PKG_MAINTAINER =
@@ -51,8 +51,8 @@ CFLAGS += -DDEFAULT_MAXSIZE=2097152
 CONFIGURE_OPTIONS += \
        --mandir=/usr/share
 
-define STAGE_PREPARE_CMDS
-       cd $(DIR_APP) && sed -e "s/hash_int(&hash, st.st_mtime);//g" -i ccache.c
+define STAGE_TEST
+       cd $(DIR_APP) && make check
 endef
 
 define STAGE_INSTALL_CMDS