aports/community/unison/fix-inotify-check.patch
Jakub Jirutka 74ff07c2c6 community/unison: upgrade to 2.48.15v4, remove -doc
HTML page for this version is not available.
2018-03-10 02:17:25 +01:00

13 lines
269 B
Diff

--- a/fsmonitor/linux/inotify_stubs.c
+++ b/fsmonitor/linux/inotify_stubs.c
@@ -35,6 +35,9 @@
#define GLIBC_SUPPORT_INOTIFY 0
#endif
+/* Alpine linux supports inotify */
+#define GLIBC_SUPPORT_INOTIFY 1
+
#if GLIBC_SUPPORT_INOTIFY
#include <sys/inotify.h>
#else