X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fbind%2FMakefile;h=dbd5f9a32b35e31202898c05c582191888233bee;hp=0d40d7e50d24dbe15ebe0cb296d3fdb012a2293a;hb=8198acb4962a9152ac17f6e4fed6ba03e9ac9976;hpb=da1087b0e45bb54e8fbdda8bbb73467708f6744e;ds=sidebyside diff --git a/net/bind/Makefile b/net/bind/Makefile index 0d40d7e50d..dbd5f9a32b 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind -PKG_VERSION:=9.4.1 +PKG_VERSION:=9.5.0-P1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ ftp://ftp.isc.org/isc/bind9/$(PKG_VERSION) \ http://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION) -PKG_MD5SUM:=09b54d35036cb0423b2e618f21766285 +PKG_MD5SUM:=a4f9dd6d205d24ec89fa4e44d8188197 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install @@ -90,6 +90,7 @@ CONFIGURE_ARGS += \ --disable-threads \ --with-openssl="$(STAGING_DIR)/usr" \ --with-libtool \ + --with-libxml2=no \ , \ BUILD_CC="$(TARGET_CC)" \