tools/ccache: update to 4.12.1
Some checks failed
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Waiting to run
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled

Release Notes:
https://ccache.dev/releasenotes.html#_ccache_4_12_1

Patch manually refreshed:
- 100-honour-copts.patch

Signed-off-by: Nick Hainke <vincent@systemli.org>
Link: https://github.com/openwrt/openwrt/pull/20837
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Nick Hainke 2025-11-20 08:06:40 +01:00 committed by Christian Marangi
parent 15fb19cdb3
commit 075ec5501a
No known key found for this signature in database
GPG key ID: AC001D09ADBFEAD7
2 changed files with 5 additions and 5 deletions

View file

@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ccache
PKG_VERSION:=4.11.3
PKG_VERSION:=4.12.1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION)
PKG_HASH:=28a407314f03a7bd7a008038dbaffa83448bc670e2fc119609b1d99fb33bb600
PKG_HASH:=a3da50ab0fb0d42f60c17d1450312e6ace9b681f6221cb77c8a09a845f9d760c
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/cmake.mk

View file

@ -1,10 +1,10 @@
--- a/src/ccache/ccache.cpp
+++ b/src/ccache/ccache.cpp
@@ -2018,6 +2018,7 @@ get_manifest_key(Context& ctx, Hash& has
@@ -2181,6 +2181,7 @@ get_manifest_key(Context& ctx, Hash& has
"OBJCPLUS_INCLUDE_PATH", // Clang
"CLANG_CONFIG_FILE_SYSTEM_DIR", // Clang
"CLANG_CONFIG_FILE_USER_DIR", // Clang
+ "GCC_HONOUR_COPTS",
nullptr,
"INCLUDE", // MSVC
"EXTERNAL_INCLUDE", // MSVC
};
for (const char** p = envvars; *p; ++p) {