[openwrt/openwrt] tools/ccache: update to 3.7.11

LEDE Commits lede-commits at lists.infradead.org
Sun Aug 23 13:40:58 EDT 2020


dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d622cf81af348a094d84e6ac2b6251fda3ff9584

commit d622cf81af348a094d84e6ac2b6251fda3ff9584
Author: Hannu Nyman <hannu.nyman at iki.fi>
AuthorDate: Sun Aug 23 17:04:07 2020 +0300

    tools/ccache: update to 3.7.11
    
    Update ccache to 3.7.11
    
    Signed-off-by: Hannu Nyman <hannu.nyman at iki.fi>
---
 tools/ccache/Makefile                       | 4 ++--
 tools/ccache/patches/100-honour-copts.patch | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile
index bf81f2d388..6e55001fd5 100644
--- a/tools/ccache/Makefile
+++ b/tools/ccache/Makefile
@@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/target.mk
 
 PKG_NAME:=ccache
-PKG_VERSION:=3.7.9
+PKG_VERSION:=3.7.11
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION)
-PKG_HASH:=f893da7543bfb9172bd55e603fcbdfcd83e6def176a28689c13235695b4cf44b
+PKG_HASH:=8d450208099a4d202bd7df87caaec81baee20ce9dd62da91e9ea7b95a9072f68
 
 include $(INCLUDE_DIR)/host-build.mk
 
diff --git a/tools/ccache/patches/100-honour-copts.patch b/tools/ccache/patches/100-honour-copts.patch
index 31f70090e4..ccfa1c0247 100644
--- a/tools/ccache/patches/100-honour-copts.patch
+++ b/tools/ccache/patches/100-honour-copts.patch
@@ -1,6 +1,6 @@
 --- a/src/ccache.c
 +++ b/src/ccache.c
-@@ -2227,6 +2227,7 @@ calculate_object_hash(struct args *args,
+@@ -2277,6 +2277,7 @@ calculate_object_hash(struct args *args,
  			"CPLUS_INCLUDE_PATH",
  			"OBJC_INCLUDE_PATH",
  			"OBJCPLUS_INCLUDE_PATH", // clang



More information about the lede-commits mailing list