summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-09-03 18:11:10 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-09-03 18:11:10 +0000
commit1a4ad709447066a9d49d2468d36e18ad23a9d76f (patch)
tree4333e7d7a7bc917f902786df25ad8d9e4d5b9865 /package/dnsmasq
parent14f98984d719bb2660a48b3e7b997465db73216e (diff)
fix HAVE_ISC_READER related error
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4742 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dnsmasq')
-rw-r--r--package/dnsmasq/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile
index f6c2d36c5..2208a06ce 100644
--- a/package/dnsmasq/Makefile
+++ b/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