From f5fb4fa4ed695ff1c8eda1971f0d4be46bc85864 Mon Sep 17 00:00:00 2001 From: Jean-Louis Fuchs Date: Sat, 29 Apr 2017 15:08:39 +0200 Subject: community/unison: move from testing, update marshalling patch --- community/unison/fix_inotify_check.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/unison/fix_inotify_check.patch (limited to 'community/unison/fix_inotify_check.patch') diff --git a/community/unison/fix_inotify_check.patch b/community/unison/fix_inotify_check.patch new file mode 100644 index 0000000000..009ce789cc --- /dev/null +++ b/community/unison/fix_inotify_check.patch @@ -0,0 +1,13 @@ +diff -ru a/fsmonitor/linux/inotify_stubs.c b/fsmonitor/linux/inotify_stubs.c +--- a/fsmonitor/linux/inotify_stubs.c 2016-05-23 18:40:05.000000000 +0200 ++++ b/fsmonitor/linux/inotify_stubs.c 2017-01-23 23:14:47.613834613 +0100 +@@ -35,6 +35,9 @@ + #define GLIBC_SUPPORT_INOTIFY 0 + #endif + ++/* Alpine linux supports inotify */ ++#define GLIBC_SUPPORT_INOTIFY 1 ++ + #if GLIBC_SUPPORT_INOTIFY + #include + #else -- cgit v1.2.3