Skip to content
Snippets Groups Projects
Commit 6a11bbba authored by Vasilis Tsiligiannis's avatar Vasilis Tsiligiannis
Browse files

dnsmasq: Remove deprecated HAVE_ISC_READER=1 flag (#6757)

SVN-Revision: 19942
parent 3e49e0c8
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ endef ...@@ -36,7 +36,7 @@ endef
define Build/Compile define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \ $(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS) -DHAVE_ISC_READER=1" \ CFLAGS="$(TARGET_CFLAGS)" \
BINDIR="/usr/sbin" MANDIR="/usr/man" \ BINDIR="/usr/sbin" MANDIR="/usr/man" \
AWK="awk" \ AWK="awk" \
all all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment