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

Alexander Rødseth arodseth at archlinux.org
Tue Mar 17 11:45:01 UTC 2015


    Date: Tuesday, March 17, 2015 @ 12:45:01
  Author: arodseth
Revision: 129409

upgpkg: powerdns-recursor 3.7.1-1

Modified:
  powerdns-recursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-17 10:13:15 UTC (rev 129408)
+++ PKGBUILD	2015-03-17 11:45:01 UTC (rev 129409)
@@ -4,7 +4,7 @@
 # Contributor: Jan Steffens <heftig at archlinux.org>
 
 pkgname=powerdns-recursor
-pkgver=3.6.2
+pkgver=3.7.1
 pkgrel=1
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
@@ -18,11 +18,14 @@
 backup=('etc/powerdns/recursor.conf')
 source=("http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2"
         'pdns-recursor.service')
-sha256sums=('d9abf5bb5982cee1c3ba6eaa684d2777b7c0d3f038e201dd4e7362b4652750a4'
+sha256sums=('e6b0d255a0d8cd023ebd63c50f453a305c649d04873859b4119745d64b8bd36d'
             'd4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
 
 build() {
-  make -C "pdns-recursor-$pkgver" -j1 LUA=1 \
+  cd "pdns-recursor-$pkgver"
+
+  ./configure --prefix=/usr
+  make -j1 LUA=1 \
     LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua)" \
     LUA_LIBS_CONFIG="$(pkg-config --libs lua)"
 }



More information about the arch-commits mailing list