summaryrefslogtreecommitdiffstats
path: root/tools/ccache
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2024-02-12 01:14:11 +0100
committerNick Hainke <vincent@systemli.org>2024-02-12 09:51:03 +0100
commitb49a6f685b4a25056093f1e3ff6563a763a92f92 (patch)
tree1ddbccecd18aa6e5057143961238dfaf54e3d4c4 /tools/ccache
parent4a3beb3ae7cad76ff509ce8acecc2981e85a8328 (diff)
downloadopenwrt-b49a6f685b4a25056093f1e3ff6563a763a92f92.tar.gz
openwrt-b49a6f685b4a25056093f1e3ff6563a763a92f92.tar.bz2
openwrt-b49a6f685b4a25056093f1e3ff6563a763a92f92.zip
tools/ccache: update to 4.9.1
Release Notes: https://ccache.dev/releasenotes.html#_ccache_4_9_1 Manually refresh patch: - 100-honour-copts.patch Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/ccache')
-rw-r--r--tools/ccache/Makefile4
-rw-r--r--tools/ccache/patches/100-honour-copts.patch2
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile
index ace6bc3f42..5720dabf6e 100644
--- a/tools/ccache/Makefile
+++ b/tools/ccache/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ccache
-PKG_VERSION:=4.9
+PKG_VERSION:=4.9.1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION)
-PKG_HASH:=1ebc72324e3ab52af0b562bf54189d108e85eef6478d6304a345a3c2dc4018e0
+PKG_HASH:=4c03bc840699127d16c3f0e6112e3f40ce6a230d5873daa78c60a59c7ef59d25
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 becfc9fe29..8f1c426501 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
-@@ -1843,6 +1843,7 @@ get_manifest_key(Context& ctx, Hash& has
+@@ -1841,6 +1841,7 @@ get_manifest_key(Context& ctx, Hash& has
"OBJCPLUS_INCLUDE_PATH", // Clang
"CLANG_CONFIG_FILE_SYSTEM_DIR", // Clang
"CLANG_CONFIG_FILE_USER_DIR", // Clang