mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-08 10:12:59 +01:00
* added redis subpackage for hiredis client support * added different musl fixes for missing constants * enabled syslog over TCP support by default
14 lines
300 B
Diff
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
|