From ca6cc20571956b24bdafe301e36e67cd6efd2245 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 15 Jan 2018 23:47:47 +0100 Subject: [PATCH] ifstatus: fix musl build --- srcpkgs/ifstatus/patches/fix-musl.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/ifstatus/patches/fix-musl.patch diff --git a/srcpkgs/ifstatus/patches/fix-musl.patch b/srcpkgs/ifstatus/patches/fix-musl.patch new file mode 100644 index 0000000000..58205e567c --- /dev/null +++ b/srcpkgs/ifstatus/patches/fix-musl.patch @@ -0,0 +1,12 @@ +--- a/Main.h.orig 2018-01-15 23:45:03.380195836 +0100 ++++ b/Main.h 2018-01-15 23:45:44.596544507 +0100 +@@ -48,7 +48,9 @@ + #include + + #include ++#ifdef __GLIBC__ + #include ++#endif + #include + #include +