[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
master
Vasilis Tsiligiannis 2010-03-01 21:19:05 +00:00
parent db96272455
commit 7050ec7ba0
1 changed files with 1 additions and 1 deletions

View File

@ -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