From e01acd2d2c8c7f316974658f2d3fd171bd12d4d0 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 16 Jan 2019 20:11:22 +0000 Subject: testing/java-sigar: new aport https://github.com/hyperic/sigar/ System Information Gatherer And Reporter --- testing/java-sigar/musl-compat-HZ.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/java-sigar/musl-compat-HZ.patch (limited to 'testing/java-sigar/musl-compat-HZ.patch') diff --git a/testing/java-sigar/musl-compat-HZ.patch b/testing/java-sigar/musl-compat-HZ.patch new file mode 100644 index 0000000000..19aa619095 --- /dev/null +++ b/testing/java-sigar/musl-compat-HZ.patch @@ -0,0 +1,12 @@ +The HZ define is not exposed by musl libc. + +--- a/src/os/linux/linux_sigar.c ++++ b/src/os/linux/linux_sigar.c +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + + #include "sigar.h" + #include "sigar_private.h" -- cgit v1.2.3