diff options
Diffstat (limited to 'community/pdns')
-rw-r--r-- | community/pdns/PKGBUILD | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/community/pdns/PKGBUILD b/community/pdns/PKGBUILD index ca1450341..1d52dd8af 100644 --- a/community/pdns/PKGBUILD +++ b/community/pdns/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 79811 2012-11-12 22:20:45Z arodseth $ +# $Id: PKGBUILD 81127 2012-12-12 00:49:39Z eric $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Kevin Mihelich <kevin@archlinuxarm.org> pkgname=pdns pkgver=3.1 -pkgrel=3 +pkgrel=5 pkgdesc="Modern, advanced and high performance authoritative-only nameserver" arch=('x86_64' 'i686') url='http://www.powerdns.com/' @@ -31,11 +31,6 @@ build() { cd "$srcdir/$pkgname-$pkgver" touch AUTHORS NEWS - libtoolize --force --copy - aclocal - autoconf - automake --add-missing - sed -i 's/BOOST/#BOOST/g' configure ./configure --prefix=/usr \ --sysconfdir=/etc/powerdns \ --libexecdir=/usr/lib \ @@ -45,8 +40,7 @@ build() { --with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo" \ --disable-recursor \ --disable-static - make \ - CXXFLAGS=" -lboost_serialization -lboost_program_options $CXXFLAGS" + make } package() { |