summaryrefslogtreecommitdiffstats
path: root/tools/ccache
diff options
context:
space:
mode:
authorRaihaan Shouhell <raihaanhimself@gmail.com>2022-10-24 01:01:25 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2022-10-31 22:00:15 +0100
commitc1c4a5e007db6178a9c7c85e11104d21a7535faf (patch)
tree41d50e2a76da6adc630da4efdecd4c774c660fcf /tools/ccache
parent06e34a05f9e96d319d426d9bbbfebea9a62cac07 (diff)
downloadopenwrt-c1c4a5e007db6178a9c7c85e11104d21a7535faf.tar.gz
openwrt-c1c4a5e007db6178a9c7c85e11104d21a7535faf.tar.bz2
openwrt-c1c4a5e007db6178a9c7c85e11104d21a7535faf.zip
tools/ccache: update to 4.7.1
Release Notes: https://ccache.dev/releasenotes.html#_ccache_4_7_1 Signed-off-by: Raihaan Shouhell <raihaanhimself@gmail.com>
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 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