From 6768c115af3c5f0772bcf7b02f34a88a880876c0 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 12 Dec 2012 02:49:40 -0800 Subject: Wed Dec 12 02:43:53 PST 2012 --- community/pdns/PKGBUILD | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'community/pdns') 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 # Contributor: Jan de Groot # Contributor: Kevin Mihelich 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() { -- cgit v1.2.3-54-g00ecf