]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
dnsmasq: Disable using inotify
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 15 Feb 2015 18:55:56 +0000 (19:55 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 15 Feb 2015 18:55:56 +0000 (19:55 +0100)
The ISC reader code won't work without inotify

lfs/dnsmasq

index 244077c817f55fca607a17bc82761f1ceb09801f..d4eb9d4ce6f40c12655a5885c348baa5b3136daf 100644 (file)
@@ -32,7 +32,8 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
-COPTS      = -DHAVE_ISC_READER
+# We cannot use INOTIFY because our ISC reader code does not support that
+COPTS      = -DHAVE_ISC_READER -DNO_INOTIFY
 
 ###############################################################################
 # Top-level Rules