dnsmasq: Disable using inotify

The ISC reader code won't work without inotify
This commit is contained in:
Michael Tremer
2015-02-15 19:55:56 +01:00
parent 00548de4ad
commit 9e8a51306a

View 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