diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-09 22:42:40 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 02:17:25 +0100 |
commit | 74ff07c2c66e578127fefde3120bc8ae8268f151 (patch) | |
tree | 4992fd1e1c81ffc2c0b130d21a70009393dbdf29 /community/unison/fix-inotify-check.patch | |
parent | d7643405faad0171da012b68b6c89702f5f6acb7 (diff) | |
download | aports-74ff07c2c66e578127fefde3120bc8ae8268f151.tar.bz2 aports-74ff07c2c66e578127fefde3120bc8ae8268f151.tar.xz |
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.patch | 12 |
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 0000000000..54233079d0 --- /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 |