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",
})
include $(PKGROOT)/Include
PKG_NAME = ccache
-PKG_VER = 3.0pre0
+PKG_VER = 3.0pre1
PKG_REL = 0
PKG_MAINTAINER =
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