summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-09-03 18:11:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-09-03 18:11:10 +0000
commit73537fad3492aeb6841cb9a8a81ba073196566b4 (patch)
tree9b1e3fb61a40af17a42c9ad8e49bce7779530f25 /openwrt/package
parent25df40c90a691979f5ffa685360e73ffdf58fa0a (diff)
downloadmtk-20170518-73537fad3492aeb6841cb9a8a81ba073196566b4.zip
mtk-20170518-73537fad3492aeb6841cb9a8a81ba073196566b4.tar.gz
mtk-20170518-73537fad3492aeb6841cb9a8a81ba073196566b4.tar.bz2
fix HAVE_ISC_READER related error
SVN-Revision: 4742
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/dnsmasq/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/openwrt/package/dnsmasq/Makefile b/openwrt/package/dnsmasq/Makefile
index f6c2d36..2208a06 100644
--- a/openwrt/package/dnsmasq/Makefile
+++ b/openwrt/package/dnsmasq/Makefile
@@ -9,13 +9,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=dnsmasq
-PKG_VERSION:=2.32
+PKG_VERSION:=2.33
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq
-PKG_MD5SUM:=d1f593a8352db1d6ad3dccc9b775295d
+PKG_MD5SUM:=45696461b6e6bc929273b1191ca50447
PKG_CAT:=zcat
include $(INCLUDE_DIR)/package.mk
@@ -37,6 +37,7 @@ endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
+ CFLAGS="$(TARGET_CFLAGS) -DHAVE_ISC_READER=1" \
BINDIR="/usr/sbin" MANDIR="/usr/man" \
all
endef