From: Raihaan Shouhell Date: Sun, 23 Oct 2022 17:01:25 +0000 (+0800) Subject: tools/ccache: update to 4.7.1 X-Git-Tag: v23.05.0-rc1~1916 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=c1c4a5e007db6178a9c7c85e11104d21a7535faf tools/ccache: update to 4.7.1 Release Notes: https://ccache.dev/releasenotes.html#_ccache_4_7_1 Signed-off-by: Raihaan Shouhell --- diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile index 644aa3b5e8..4a009d9765 100644 --- a/tools/ccache/Makefile +++ b/tools/ccache/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/target.mk PKG_NAME:=ccache -PKG_VERSION:=4.7 +PKG_VERSION:=4.7.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION) -PKG_HASH:=d9283bbe22085268f52d309b91adb81a77a7abe10867eb6852057910ffac736a +PKG_HASH:=04ccc746524cb7fb914ccdfc66e7c54504204afee0e270ac75e8f66196521b6d include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/cmake.mk diff --git a/tools/ccache/patches/100-honour-copts.patch b/tools/ccache/patches/100-honour-copts.patch index 6a4834e123..b4c1be4df3 100644 --- a/tools/ccache/patches/100-honour-copts.patch +++ b/tools/ccache/patches/100-honour-copts.patch @@ -1,6 +1,6 @@ --- a/src/ccache.cpp +++ b/src/ccache.cpp -@@ -1743,6 +1743,7 @@ get_manifest_key(Context& ctx, Hash& hash) +@@ -1762,6 +1762,7 @@ get_manifest_key(Context& ctx, Hash& hash) "CPLUS_INCLUDE_PATH", "OBJC_INCLUDE_PATH", "OBJCPLUS_INCLUDE_PATH", // clang