aboutsummaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/Makefile
diff options
context:
space:
mode:
authorVasilis Tsiligiannis <b_tsiligiannis@silverton.gr>2010-03-01 21:19:05 +0000
committerVasilis Tsiligiannis <b_tsiligiannis@silverton.gr>2010-03-01 21:19:05 +0000
commit7050ec7ba04c82e14ba5e42c6da691b338526acc (patch)
tree30474f275a61e9a74971357dc766e3c50bfa9bbb /package/dnsmasq/Makefile
parentdb96272455e46f5400361d6b03ea581e2ae04a78 (diff)
downloadmaster-187ad058-7050ec7ba04c82e14ba5e42c6da691b338526acc.tar.gz
master-187ad058-7050ec7ba04c82e14ba5e42c6da691b338526acc.tar.bz2
master-187ad058-7050ec7ba04c82e14ba5e42c6da691b338526acc.zip
[package] dnsmasq: Remove deprecated HAVE_ISC_READER=1 flag (#6757)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19942 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dnsmasq/Makefile')
-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