From: Nick Hainke Date: Sun, 19 Apr 2026 08:46:33 +0000 (+0200) Subject: tools/ccache: update to 4.13.3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F23005%2Fhead;p=thirdparty%2Fopenwrt.git tools/ccache: update to 4.13.3 Release Notes: - https://ccache.dev/releasenotes.html#_ccache_4_12_2 - https://ccache.dev/releasenotes.html#_ccache_4_13_3 - https://ccache.dev/releasenotes.html#_ccache_4_13 - https://ccache.dev/releasenotes.html#_ccache_4_13_1 - https://ccache.dev/releasenotes.html#_ccache_4_13_2 - https://ccache.dev/releasenotes.html#_ccache_4_13_3 Link: https://github.com/openwrt/openwrt/pull/23005 Signed-off-by: Nick Hainke --- diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile index 8bacf2781cc..f6af56207cd 100644 --- a/tools/ccache/Makefile +++ b/tools/ccache/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ccache -PKG_VERSION:=4.12.1 +PKG_VERSION:=4.13.3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION) -PKG_HASH:=a3da50ab0fb0d42f60c17d1450312e6ace9b681f6221cb77c8a09a845f9d760c +PKG_HASH:=c149d71f47f6fe08e4f2e43db4b0b091c61e8ea3daa23aa998b094bd84ecdfe8 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 447a0600647..bf4ff9787b7 100644 --- a/tools/ccache/patches/100-honour-copts.patch +++ b/tools/ccache/patches/100-honour-copts.patch @@ -1,6 +1,6 @@ --- a/src/ccache/ccache.cpp +++ b/src/ccache/ccache.cpp -@@ -2181,6 +2181,7 @@ get_manifest_key(Context& ctx, Hash& has +@@ -2321,6 +2321,7 @@ get_manifest_key(Context& ctx, Hash& has "OBJCPLUS_INCLUDE_PATH", // Clang "CLANG_CONFIG_FILE_SYSTEM_DIR", // Clang "CLANG_CONFIG_FILE_USER_DIR", // Clang