summaryrefslogtreecommitdiff
path: root/community/pdns
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-12 02:49:40 -0800
committerroot <root@rshg054.dnsready.net>2012-12-12 02:49:40 -0800
commit6768c115af3c5f0772bcf7b02f34a88a880876c0 (patch)
treecf59712968581c230363f5604ad8f253cc0b5d87 /community/pdns
parentab94338181959432cf0046ce0a9643307dab9366 (diff)
Wed Dec 12 02:43:53 PST 2012
Diffstat (limited to 'community/pdns')
-rw-r--r--community/pdns/PKGBUILD12
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() {