Skip to content

Commit

Permalink
tools/ccache: update to 3.7.11
Browse files Browse the repository at this point in the history
Update ccache to 3.7.11

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
  • Loading branch information
hnyman authored and dedeckeh committed Aug 23, 2020
1 parent 84834df commit d622cf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/ccache/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tools/ccache/patches/100-honour-copts.patch
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d622cf8

Please sign in to comment.