2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

ccache: 4.6.2

This commit is contained in:
Owen Rafferty 2022-08-22 15:15:49 -05:00
parent 5ec38ae82c
commit fab55ba266
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB
5 changed files with 19 additions and 4 deletions

View File

@ -1,7 +1,8 @@
#!/bin/sh -e
export CFLAGS="$CFLAGS -static"
export CXXFLAGS="$CXXFLAGS -static"
patch -p1 < time_t.patch
export LDFLAGS="$LDFLAGS -static"
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \

View File

@ -1 +1,2 @@
e5d47bd3cbb504ada864124690e7c0d28ecb1f9aeac22a9976025aed9633f3d1
789a2435d7fde2eaef5ec7b3ecf2366e546f764253e9999fdf008d2dd7f3b10c
1ab970092f1c576c874f406fea82f09fdf85ad853d16a8e8260f9e562219673e

View File

@ -0,0 +1,12 @@
diff --git a/src/core/Statistics.hpp b/src/core/Statistics.hpp
index 54f32e9..eb80e1c 100644
--- a/src/core/Statistics.hpp
+++ b/src/core/Statistics.hpp
@@ -21,6 +21,7 @@
#include <core/StatisticsCounters.hpp>
#include <cstdint>
+#include <ctime>
#include <string>
#include <unordered_map>
#include <vector>

View File

@ -1 +1,2 @@
https://github.com/ccache/ccache/releases/download/vVERSION/ccache-VERSION.tar.xz
patches/time_t.patch

View File

@ -1 +1 @@
4.6.1 1
4.6.2 1