mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 08:44:39 +01:00
tools/ccache: update to 4.12.1
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:
parent
15fb19cdb3
commit
075ec5501a
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue