Skip to content

Commit c981096

Browse files
committed
tools: ccache update to 4.10.2
Fixes since 4.10: * Fixed detection of Fmt version 11 and newer. * Fixed prefix command lookup from PATH. Suggested-by: Jen Wolf <[email protected]> Link: openwrt/openwrt#17105 Signed-off-by: Petr Štetiar <[email protected]> (cherry picked from commit 08f1228)
1 parent de8a1a1 commit c981096

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
10+
PKG_VERSION:=4.10.2
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:=16972ba62c8499045edc3ae7d7b8a0b419a961567f5ff0f01bf5a44194204775
14+
PKG_HASH:=108100960bb7e64573ea925af2ee7611701241abb36ce0aae3354528403a7d87
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-
@@ -1906,6 +1906,7 @@ get_manifest_key(Context& ctx, Hash& has
3+
@@ -1914,6 +1914,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)