Skip to content

Commit 1f758ec

Browse files
DragonBluepPolynomialDivision
authored andcommitted
tools/ccache: update to 4.11.3
Update ccache to the latest version. All patches are automatically refreshed. Changelogs: https://github.com/ccache/ccache/blob/v4.11.3/doc/NEWS.adoc Signed-off-by: Shiji Yang <[email protected]> Link: openwrt/openwrt#19025 Signed-off-by: Nick Hainke <[email protected]>
1 parent c787652 commit 1f758ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/ccache/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
include $(TOPDIR)/rules.mk
88

99
PKG_NAME:=ccache
10-
PKG_VERSION:=4.10.2
10+
PKG_VERSION:=4.11.3
1111

1212
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1313
PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION)
14-
PKG_HASH:=108100960bb7e64573ea925af2ee7611701241abb36ce0aae3354528403a7d87
14+
PKG_HASH:=28a407314f03a7bd7a008038dbaffa83448bc670e2fc119609b1d99fb33bb600
1515

1616
include $(INCLUDE_DIR)/host-build.mk
1717
include $(INCLUDE_DIR)/cmake.mk

tools/ccache/patches/100-honour-copts.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/src/ccache/ccache.cpp
22
+++ b/src/ccache/ccache.cpp
3-
@@ -1914,6 +1914,7 @@ get_manifest_key(Context& ctx, Hash& has
3+
@@ -2018,6 +2018,7 @@ get_manifest_key(Context& ctx, Hash& has
44
"OBJCPLUS_INCLUDE_PATH", // Clang
55
"CLANG_CONFIG_FILE_SYSTEM_DIR", // Clang
66
"CLANG_CONFIG_FILE_USER_DIR", // Clang

0 commit comments

Comments
 (0)