summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq
diff options
context:
space:
mode:
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>2010-03-01 21:19:05 +0000
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>2010-03-01 21:19:05 +0000
commit6a11bbbac947fc2f1b29280b824dc21b0ae8d85c (patch)
tree09b67537071c7656164d5f867a99426c85970024 /package/dnsmasq
parent3e49e0c87aab41004f9069a616e282b6d3a801ca (diff)
downloadmaster-31e0f0ae-6a11bbbac947fc2f1b29280b824dc21b0ae8d85c.tar.gz
master-31e0f0ae-6a11bbbac947fc2f1b29280b824dc21b0ae8d85c.tar.bz2
master-31e0f0ae-6a11bbbac947fc2f1b29280b824dc21b0ae8d85c.zip
dnsmasq: Remove deprecated HAVE_ISC_READER=1 flag (#6757)
SVN-Revision: 19942
Diffstat (limited to 'package/dnsmasq')
-rw-r--r--package/dnsmasq/Makefile2
1 files changed, 1 insertions, 1 deletions
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