summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2024-06-10 12:31:49 +0200
committerNick Hainke <vincent@systemli.org>2024-06-10 16:08:19 +0200
commitac2722cb02201a81b9b76ca84ae2067ce0c7791a (patch)
treee0565347dc695505737cd234fa13aa3b3cda5dae /tools
parent5be9a8790c62a6dca7a4547cd306f54d9bb812d9 (diff)
downloadopenwrt-ac2722cb02201a81b9b76ca84ae2067ce0c7791a.tar.gz
openwrt-ac2722cb02201a81b9b76ca84ae2067ce0c7791a.tar.bz2
openwrt-ac2722cb02201a81b9b76ca84ae2067ce0c7791a.zip
tools/ccache: update to 4.10.0
Release Notes: https://ccache.dev/releasenotes.html#_ccache_4_10 Refresh patch: - 100-honour-copts.patch Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/ccache/Makefile4
-rw-r--r--tools/ccache/patches/100-honour-copts.patch6
2 files changed, 5 insertions, 5 deletions
diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile
index cd2c6d27d5..47c24a5c98 100644
--- a/tools/ccache/Makefile
+++ b/tools/ccache/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ccache
-PKG_VERSION:=4.9.1
+PKG_VERSION:=4.10
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION)
-PKG_HASH:=12834ecaaaf2db069dda1d1d991f91c19e3274cc04a471af5b64195def17e90f
+PKG_HASH:=16972ba62c8499045edc3ae7d7b8a0b419a961567f5ff0f01bf5a44194204775
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 8f1c426501..a40665ea25 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
-@@ -1841,6 +1841,7 @@ get_manifest_key(Context& ctx, Hash& has
+--- a/src/ccache/ccache.cpp
++++ b/src/ccache/ccache.cpp
+@@ -1906,6 +1906,7 @@ get_manifest_key(Context& ctx, Hash& has
"OBJCPLUS_INCLUDE_PATH", // Clang
"CLANG_CONFIG_FILE_SYSTEM_DIR", // Clang
"CLANG_CONFIG_FILE_USER_DIR", // Clang