mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
- updated to the latest release - re-enabled ffmpeg support - switched to openrc init - used /var/lib/motion for storage - disabled cpu optimization
12 lines
345 B
Diff
12 lines
345 B
Diff
--- motion-4.0.1/motion.h
|
|
+++ ./motion.h
|
|
@@ -88,7 +88,7 @@
|
|
#endif
|
|
|
|
/* strerror_r() XSI vs GNU */
|
|
-#if (defined(BSD)) || ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && ! _GNU_SOURCE)
|
|
+#if !defined(__GLIBC__) || (defined(BSD)) || ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && ! _GNU_SOURCE)
|
|
#define XSI_STRERROR_R
|
|
#endif
|
|
|