aboutsummaryrefslogtreecommitdiffstats
path: root/community/unison/fix-inotify-check.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-09 22:42:40 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-10 02:17:25 +0100
commit74ff07c2c66e578127fefde3120bc8ae8268f151 (patch)
tree4992fd1e1c81ffc2c0b130d21a70009393dbdf29 /community/unison/fix-inotify-check.patch
parentd7643405faad0171da012b68b6c89702f5f6acb7 (diff)
community/unison: upgrade to 2.48.15v4, remove -doc
HTML page for this version is not available.
Diffstat (limited to 'community/unison/fix-inotify-check.patch')
-rw-r--r--community/unison/fix-inotify-check.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/unison/fix-inotify-check.patch b/community/unison/fix-inotify-check.patch
new file mode 100644
index 00000000000..54233079d0b
--- /dev/null
+++ b/community/unison/fix-inotify-check.patch
@@ -0,0 +1,12 @@
+--- 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