summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-05-16 00:08:00 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-05-16 00:08:00 +0200
commit59784289d1d0296e470c46dc279aa3576c60801e (patch)
tree7af98ef4e05409f59704e9d7e510fdcaf88f8c2b /Makefile
parentfeac5d67e4f2019432011d5bfa4862aa5788cb9d (diff)
Use patched version of syncthing-inotify
Bug #164 has not been properly merged yet. So patch this bug manually.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa86c37..8295b4a 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ VERSION := 0.0.1
# Syncthing version to install
SYNCTHING_VERSION = 0.14.27
-SYNCTHING_INOTIFY_VERSION = 0.8.5
+# FIXME: use patched version while waiting integration of #165
+#SYNCTHING_INOTIFY_VERSION = 0.8.5