From f0115eee842f790604da34f2ffb2f965ea98e493 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 3 Sep 2006 18:11:10 +0000 Subject: [PATCH] fix HAVE_ISC_READER related error SVN-Revision: 4742 --- openwrt/package/dnsmasq/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openwrt/package/dnsmasq/Makefile b/openwrt/package/dnsmasq/Makefile index aa5825d71d..6b278a5ece 100644 --- a/openwrt/package/dnsmasq/Makefile +++ b/openwrt/package/dnsmasq/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq -PKG_VERSION:=2.32 +PKG_VERSION:=2.33 PKG_RELEASE:=1 -PKG_MD5SUM:=d1f593a8352db1d6ad3dccc9b775295d +PKG_MD5SUM:=45696461b6e6bc929273b1191ca50447 PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -21,7 +21,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) \ - CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" \ + CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS) -DHAVE_ISC_READER=1" \ BINDIR=/usr/sbin MANDIR=/usr/man touch $@ -- 2.30.2