Browse Source

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

SVN-Revision: 19942
Vasilis Tsiligiannis 16 years ago
parent
commit
6a11bbbac9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/dnsmasq/Makefile

+ 1 - 1
package/dnsmasq/Makefile

@@ -36,7 +36,7 @@ endef
 define Build/Compile
 	$(MAKE) -C $(PKG_BUILD_DIR) \
 		$(TARGET_CONFIGURE_OPTS) \
-		CFLAGS="$(TARGET_CFLAGS) -DHAVE_ISC_READER=1" \
+		CFLAGS="$(TARGET_CFLAGS)" \
 		BINDIR="/usr/sbin" MANDIR="/usr/man" \
 		AWK="awk" \
 		all