From 73cd7952c96190212616ca90d5afe1ce5cb2c9ce Mon Sep 17 00:00:00 2001 From: root Date: Fri, 16 Nov 2012 01:35:29 -0800 Subject: Fri Nov 16 01:34:04 PST 2012 --- community/pdns-recursor/PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'community/pdns-recursor') 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 # Contributor: Jan de Groot 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() { -- cgit v1.2.3-54-g00ecf