diff options
author | root <root@rshg054.dnsready.net> | 2012-11-16 01:35:29 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-16 01:35:29 -0800 |
commit | 73cd7952c96190212616ca90d5afe1ce5cb2c9ce (patch) | |
tree | 274972d0d967441e136af716dd87f3cee0cee7f2 /community/pdns-recursor | |
parent | 130aa30d45bf33a5ce926be8697a0e0c077cdc22 (diff) |
Fri Nov 16 01:34:04 PST 2012
Diffstat (limited to 'community/pdns-recursor')
-rw-r--r-- | community/pdns-recursor/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/community/pdns-recursor/PKGBUILD b/community/pdns-recursor/PKGBUILD index 4953c40fe..f404607e9 100644 --- a/community/pdns-recursor/PKGBUILD +++ b/community/pdns-recursor/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 79612 2012-11-08 22:16:52Z arodseth $ +# $Id: PKGBUILD 80083 2012-11-15 22:19:08Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=pdns-recursor pkgver=3.3 -pkgrel=3 +pkgrel=4 pkgdesc='PowerDNS recursor' url='http://www.powerdns.com' license=('GPL') arch=('x86_64' 'i686') -depends=('gcc-libs' 'lua') +depends=('gcc-libs') # 'lua') makedepends=('boost') backup=('etc/powerdns/recursor.conf') source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2" @@ -22,7 +22,9 @@ sha256sums=('7b62d97f2bb02bb0ba366dabb5e504338b949a572b9062ec2198012fc3b525bc' build() { cd "$srcdir/$pkgname-$pkgver" - LUA=1 LUA_CPPFLAGS_CONFIG= LUA_LIBS_CONFIG=-llua make + # Disabled Lua while waiting for upstream support for lua 5.2 + #LUA=1 LUA_CPPFLAGS_CONFIG= LUA_LIBS_CONFIG=-llua make + LUA=0 make } package() { |