[packages] bind: update to 9.9.0

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30771 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker 2012-03-02 05:22:12 +00:00
parent 144b2de11d
commit ca64c52216
2 changed files with 27 additions and 4 deletions

View File

@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bind
PKG_VERSION:=9.8.1-P1
PKG_RELEASE:=2
PKG_VERSION:=9.9.0
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:=afa41f8203d50bedad65071f9b6f96d7
PKG_MD5SUM:=9281d0b04f711d28153ba1ab04a54026
PKG_FIXUP:=libtool
@ -89,7 +89,8 @@ CONFIGURE_ARGS += \
--with-libxml2=no \
--enable-epoll=yes \
--with-gost=no \
--with-gssapi=no
--with-gssapi=no \
--with-readline=no
CONFIGURE_VARS += \
BUILD_CC="$(TARGET_CC)" \

View File

@ -0,0 +1,22 @@
--- a/bin/Makefile.in
+++ b/bin/Makefile.in
@@ -19,7 +19,7 @@ srcdir = @srcdir@
VPATH = @srcdir@
top_srcdir = @top_srcdir@
-SUBDIRS = named rndc dig dnssec tests tools nsupdate \
+SUBDIRS = named rndc dig dnssec tools nsupdate \
check confgen @PKCS11_TOOLS@
TARGETS =
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -23,7 +23,7 @@ top_srcdir = @top_srcdir@
# Attempt to disable parallel processing.
.NOTPARALLEL:
.NO_PARALLEL:
-SUBDIRS = isc isccc dns isccfg bind9 lwres tests
+SUBDIRS = isc isccc dns isccfg bind9 lwres
TARGETS =
@BIND9_MAKE_RULES@