[openwrt/openwrt] tools/ccache: update to 4.9.1
LEDE Commits
lede-commits at lists.infradead.org
Mon Feb 12 00:51:11 PST 2024
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b49a6f685b4a25056093f1e3ff6563a763a92f92
commit b49a6f685b4a25056093f1e3ff6563a763a92f92
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Mon Feb 12 01:14:11 2024 +0100
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 at systemli.org>
---
tools/ccache/Makefile | 4 ++--
tools/ccache/patches/100-honour-copts.patch | 2 +-
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
More information about the lede-commits
mailing list