mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-03 00:20:09 -07:00
ccache: 4.6.2
This commit is contained in:
parent
5ec38ae82c
commit
fab55ba266
@ -1,7 +1,8 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
export CFLAGS="$CFLAGS -static"
|
patch -p1 < time_t.patch
|
||||||
export CXXFLAGS="$CXXFLAGS -static"
|
|
||||||
|
export LDFLAGS="$LDFLAGS -static"
|
||||||
|
|
||||||
cmake -B build \
|
cmake -B build \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
@ -1 +1,2 @@
|
|||||||
e5d47bd3cbb504ada864124690e7c0d28ecb1f9aeac22a9976025aed9633f3d1
|
789a2435d7fde2eaef5ec7b3ecf2366e546f764253e9999fdf008d2dd7f3b10c
|
||||||
|
1ab970092f1c576c874f406fea82f09fdf85ad853d16a8e8260f9e562219673e
|
||||||
|
12
extra/ccache/patches/time_t.patch
Normal file
12
extra/ccache/patches/time_t.patch
Normal 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>
|
@ -1 +1,2 @@
|
|||||||
https://github.com/ccache/ccache/releases/download/vVERSION/ccache-VERSION.tar.xz
|
https://github.com/ccache/ccache/releases/download/vVERSION/ccache-VERSION.tar.xz
|
||||||
|
patches/time_t.patch
|
||||||
|
@ -1 +1 @@
|
|||||||
4.6.1 1
|
4.6.2 1
|
||||||
|
Loading…
Reference in New Issue
Block a user