[arch-commits] Commit in powerdns-recursor/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Jan 27 15:44:22 UTC 2014


    Date: Monday, January 27, 2014 @ 16:44:22
  Author: arodseth
Revision: 104854

upgpkg: powerdns-recursor 3.5.3-2

Modified:
  powerdns-recursor/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-27 15:22:07 UTC (rev 104853)
+++ PKGBUILD	2014-01-27 15:44:22 UTC (rev 104854)
@@ -10,7 +10,7 @@
 url='https://www.powerdns.com/'
 license=('GPL')
 arch=('x86_64' 'i686')
-depends=('gcc-libs' 'lua')
+depends=('gcc-libs' 'lua51')
 makedepends=('boost')
 replaces=('pdns-recursor')
 provides=('pdns-recursor')
@@ -23,8 +23,8 @@
 
 build() {
   make -C "pdns-recursor-$pkgver" -j1 LUA=1 \
-    LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua)" \
-    LUA_LIBS_CONFIG="$(pkg-config --libs lua)"
+    LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua5.1)" \
+    LUA_LIBS_CONFIG="$(pkg-config --libs lua5.1)"
 }
 
 package() {




More information about the arch-commits mailing list