We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c248e53 commit 55eb31aCopy full SHA for 55eb31a
.github/scripts/install-common-deps.sh
@@ -57,6 +57,13 @@ install_pcp() {
57
git clone https://github.com/libpcp/pcp.git
58
(
59
cd pcp
60
+ # TODO TOREMOVE when not needed
61
+ sed "/int gettimeofday/i\\
62
+struct timezone;\\
63
+struct timeval;\\
64
+" libpcp/src/windows/pcp_gettimeofday.h > fixed
65
+ mv fixed libpcp/src/windows/pcp_gettimeofday.h
66
+
67
./autogen.sh || true # autogen exits with 1
68
CFLAGS=-fPIC ./configure --disable-shared
69
make -j "$(nproc)"
0 commit comments