aports/main/libfastjson/musl-fix.patch
Natanael Copa 2cda862cd3 main/libfastjson: move from testing
fix pkgname-dbg typo
remove redundant musl-dev makedepends
2016-05-31 09:16:22 +00:00

14 lines
300 B
Diff

--- 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