From: Stephen Walker Date: Mon, 28 May 2012 21:26:28 +0000 (+0000) Subject: bind: update to 9.9.1, use PKG_INSTALL X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=acb8ffb6e8df94e28da1e64bce733183c474a288;p=openwrt%2Fsvn-archive%2Fpackages.git bind: update to 9.9.1, use PKG_INSTALL SVN-Revision: 31957 --- diff --git a/net/bind/Makefile b/net/bind/Makefile index d6aaadc23..f39f90ba1 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -8,16 +8,17 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind -PKG_VERSION:=9.9.0 +PKG_VERSION:=9.9.1 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:=9281d0b04f711d28153ba1ab04a54026 +PKG_MD5SUM:=bb37c88f81e03b1d5208d238c6aa51fa PKG_FIXUP:=libtool +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -102,9 +103,7 @@ define Build/Compile CFLAGS="-O2" \ LIBS="" \ gen - $(MAKE) -C $(PKG_BUILD_DIR) \ - DESTDIR="$(PKG_INSTALL_DIR)" \ - all install + $(call Build/Compile/Default) endef define Package/bind-libs/install