[arch-commits] Commit in bind/trunk (PKGBUILD)
Gaetan Bisson
bisson at archlinux.org
Sun Jan 23 08:55:35 UTC 2011
Date: Sunday, January 23, 2011 @ 03:55:35
Author: bisson
Revision: 107286
fix mistake: remove libxml2
Modified:
bind/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-01-23 06:27:36 UTC (rev 107285)
+++ PKGBUILD 2011-01-23 08:55:35 UTC (rev 107286)
@@ -5,7 +5,7 @@
pkgname=bind
pkgver=9.7.2.P3
_pkgver=9.7.2-P3
-pkgrel=1
+pkgrel=2
pkgdesc='Berkeley Internet Name Daemon (BIND) is the reference implementation of the Domain Name System (DNS) protocols'
arch=('i686' 'x86_64')
url='http://www.isc.org/software/bind/'
@@ -16,8 +16,6 @@
'etc/named.conf'
'etc/rndc.key')
depends=('openssl')
-makedepends=('libxml2')
-optdepends=('libxml2: statistics-channels')
options=('!libtool')
source=("http://ftp.isc.org/isc/bind9/${_pkgver}/${pkgname}-${_pkgver}.tar.gz"
'ftp://ftp.rs.internic.net/domain/db.cache'
@@ -52,7 +50,7 @@
./configure \
--prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--with-libtool --enable-shared --disable-linux-caps \
- --with-openssl=yes --with-libxml2=yes
+ --with-openssl=yes
make
}
More information about the arch-commits
mailing list