X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/8bf1bbe10d09e93e97f72d0f67bc810d581b9c03..cccec9f4b412fdbd076e384bb1eb89e5edcee6f5:/package/dnsmasq/Makefile?ds=sidebyside diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index d3399ab58..abf0962c3 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_VERSION:=2.52 -PKG_RELEASE:=1 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq @@ -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