aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-06-15 09:49:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-06-15 09:49:19 +0000
commitf76e251cc60aeb702eb2048d6f7e500c86b55111 (patch)
tree4632f656f4230837c141d333399ee7f35384157c /testing
parent402e0ba4ad346ab15aa8af537feee5546d650c40 (diff)
downloadaports-f76e251cc60aeb702eb2048d6f7e500c86b55111.tar.bz2
aports-f76e251cc60aeb702eb2048d6f7e500c86b55111.tar.xz
testing/pdns: remove obsolete configure option
Diffstat (limited to 'testing')
-rw-r--r--testing/pdns/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/pdns/APKBUILD b/testing/pdns/APKBUILD
index 3a39327567..c60320ed74 100644
--- a/testing/pdns/APKBUILD
+++ b/testing/pdns/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Matt Smith <mcs@darkregion.net>
pkgname=pdns
pkgver=3.4.8
-pkgrel=2
+pkgrel=3
pkgdesc="PowerDNS Authoritative Server"
url="http://www.powerdns.com/"
arch="all"
@@ -51,7 +51,6 @@ build() {
--libdir=/usr/lib/pdns \
--with-modules="" \
--with-dynmodules="bind geo ldap gmysql gpgsql pipe gsqlite3" \
- --disable-recursor \
--disable-static \
|| return 1
make || return 1