From: Vasilis Tsiligiannis Date: Mon, 1 Mar 2010 21:19:05 +0000 (+0000) Subject: dnsmasq: Remove deprecated HAVE_ISC_READER=1 flag (#6757) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6a11bbbac947fc2f1b29280b824dc21b0ae8d85c;p=librecmc%2Flibrecmc.git dnsmasq: Remove deprecated HAVE_ISC_READER=1 flag (#6757) SVN-Revision: 19942 --- diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index d3399ab58a..098728e7b0 100644 --- a/package/dnsmasq/Makefile +++ b/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