summaryrefslogtreecommitdiff
path: root/extra/bind
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-07 15:14:25 +0000
committerroot <root@rshg054.dnsready.net>2011-09-07 15:14:25 +0000
commit52442b30a60f3a0dc7bc0eb214d123d001987c83 (patch)
treeb4ba9af92ba3a77331f71b19dd46fb3964e79c19 /extra/bind
parent17f3e93f2d2e9d6b429c34a2c107ee4d0b7b3973 (diff)
Wed Sep 7 15:14:25 UTC 2011
Diffstat (limited to 'extra/bind')
-rw-r--r--extra/bind/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
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 <bisson@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
# Contributor: Mario Vazquez <mario_vazq@hotmail.com>
@@ -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
}