From 2cda862cd3294bfc1a211a3ec468d8848358ca42 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 31 May 2016 09:12:02 +0000 Subject: main/libfastjson: move from testing fix pkgname-dbg typo remove redundant musl-dev makedepends --- main/libfastjson/musl-fix.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 main/libfastjson/musl-fix.patch (limited to 'main/libfastjson/musl-fix.patch') diff --git a/main/libfastjson/musl-fix.patch b/main/libfastjson/musl-fix.patch new file mode 100644 index 0000000000..bfd20b56ef --- /dev/null +++ b/main/libfastjson/musl-fix.patch @@ -0,0 +1,13 @@ +--- rsyslog-8.16.0/runtime/rsyslog.h ++++ rsyslog-8.16.0-musl/runtime/rsyslog.h +@@ -643,3 +643,10 @@ + #endif + + #endif /* multi-include protection */ ++ ++/* musl patches for alpine */ ++#define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) ++#define GLOB_BRACE 0 ++#ifndef WAIT_ANY ++#define WAIT_ANY (-1) ++#endif -- cgit v1.2.3