]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/dnsmasq
dhcp: Update to 4.3.1
[ipfire-2.x.git] / 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