diff options
author | Nick Hainke <vincent@systemli.org> | 2022-08-24 10:57:35 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-04-27 20:57:58 +0200 |
commit | 80653f0c07aeef1c0e37c1aad828158f6e47eaee (patch) | |
tree | 897ddfbcd4da879e8a035cc411e0eb9dd9972235 /tools/ccache/patches/110-musl-gcc12.patch | |
parent | eeff8b3be101b639dd4d99e50bb0de0a3ae63f7c (diff) | |
download | upstream-80653f0c07aeef1c0e37c1aad828158f6e47eaee.tar.gz upstream-80653f0c07aeef1c0e37c1aad828158f6e47eaee.tar.bz2 upstream-80653f0c07aeef1c0e37c1aad828158f6e47eaee.zip |
tools/ccache: update to 4.6.2
Release notes:
https://ccache.dev/releasenotes.html#_ccache_4_6_2
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit ac61cf596cc4cdfb93981361b093c1d97e4a1b96)
Diffstat (limited to 'tools/ccache/patches/110-musl-gcc12.patch')
-rw-r--r-- | tools/ccache/patches/110-musl-gcc12.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ccache/patches/110-musl-gcc12.patch b/tools/ccache/patches/110-musl-gcc12.patch index 01229ed475..4e7784dcc8 100644 --- a/tools/ccache/patches/110-musl-gcc12.patch +++ b/tools/ccache/patches/110-musl-gcc12.patch @@ -22,9 +22,9 @@ Subject: [PATCH] fix: Fix build with musl when using GCC 12 (#1145) #include <limits> --- a/src/core/Statistics.hpp +++ b/src/core/Statistics.hpp -@@ -21,6 +21,7 @@ - #include <core/StatisticsCounters.hpp> +@@ -22,6 +22,7 @@ + #include <cstdint> #include <string> +#include <ctime> #include <unordered_map> |