From 52442b30a60f3a0dc7bc0eb214d123d001987c83 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 7 Sep 2011 15:14:25 +0000 Subject: Wed Sep 7 15:14:25 UTC 2011 --- extra/bind/PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'extra/bind') diff --git a/extra/bind/PKGBUILD b/extra/bind/PKGBUILD index fe39e6a60..0053d4c6e 100644 --- a/extra/bind/PKGBUILD +++ b/extra/bind/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 136713 2011-08-31 16:36:47Z bisson $ +# $Id: PKGBUILD 137100 2011-09-06 08:10:20Z bisson $ # Maintainer: Gaetan Bisson # Contributor: judd # Contributor: Mario Vazquez @@ -6,9 +6,9 @@ pkgname=bind # Use a period and not a hyphen before the patch level for proper versioning. -pkgver=9.8.0.P4 -_pkgver=9.8.0-P4 -pkgrel=2 +pkgver=9.8.1 +_pkgver=9.8.1 +pkgrel=1 pkgdesc='Berkeley Internet Name Daemon is the reference implementation of the DNS protocols' url='http://www.isc.org/software/bind/' @@ -26,7 +26,7 @@ source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz" 'named.logrotate' 'localhost.zone' '127.0.0.zone') -sha1sums=('969864200c1516a8bea54266de60f316d79182b4' +sha1sums=('7e6ed6ebc896b1de33a9f440233066c60539de4c' 'cbdecd1ea8e7b612b33b63d66bc57273795d1f54' 'b433ba99f23e3db305f8ce293fe4ce6d1b8d4cfb' '18f477f510df31e6c6f547ee2d5fc46e973479bf' @@ -57,10 +57,11 @@ build() { --disable-static \ --disable-linux-caps \ --with-openssl \ - --with-gssapi \ --with-libxml2 \ --with-libtool \ - --with-dlz-dlopen \ + + # temporary fix for issue reported upstream + ln -s .libs/driver.o bin/tests/system/dlzexternal/ make } -- cgit v1.2.3-54-g00ecf