mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 12:40:16 +04:00
tools/ccache: update to 4.13.3
Release Notes: - https://ccache.dev/releasenotes.html#_ccache_4_12_2 - https://ccache.dev/releasenotes.html#_ccache_4_13_3 - https://ccache.dev/releasenotes.html#_ccache_4_13 - https://ccache.dev/releasenotes.html#_ccache_4_13_1 - https://ccache.dev/releasenotes.html#_ccache_4_13_2 - https://ccache.dev/releasenotes.html#_ccache_4_13_3 Link: https://github.com/openwrt/openwrt/pull/23005 Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
@@ -7,11 +7,11 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ccache
|
PKG_NAME:=ccache
|
||||||
PKG_VERSION:=4.12.1
|
PKG_VERSION:=4.13.3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION)
|
||||||
PKG_HASH:=a3da50ab0fb0d42f60c17d1450312e6ace9b681f6221cb77c8a09a845f9d760c
|
PKG_HASH:=c149d71f47f6fe08e4f2e43db4b0b091c61e8ea3daa23aa998b094bd84ecdfe8
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
include $(INCLUDE_DIR)/cmake.mk
|
include $(INCLUDE_DIR)/cmake.mk
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
--- a/src/ccache/ccache.cpp
|
--- a/src/ccache/ccache.cpp
|
||||||
+++ b/src/ccache/ccache.cpp
|
+++ b/src/ccache/ccache.cpp
|
||||||
@@ -2181,6 +2181,7 @@ get_manifest_key(Context& ctx, Hash& has
|
@@ -2321,6 +2321,7 @@ get_manifest_key(Context& ctx, Hash& has
|
||||||
"OBJCPLUS_INCLUDE_PATH", // Clang
|
"OBJCPLUS_INCLUDE_PATH", // Clang
|
||||||
"CLANG_CONFIG_FILE_SYSTEM_DIR", // Clang
|
"CLANG_CONFIG_FILE_SYSTEM_DIR", // Clang
|
||||||
"CLANG_CONFIG_FILE_USER_DIR", // Clang
|
"CLANG_CONFIG_FILE_USER_DIR", // Clang
|
||||||
|
|||||||
Reference in New Issue
Block a user