[packages] bind: update to 9.9.1, use PKG_INSTALL
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31957 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
79833cd0a1
commit
189f9928b2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user