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

Levente Polyak anthraxx at archlinux.org
Thu Sep 8 20:16:06 UTC 2016


    Date: Thursday, September 8, 2016 @ 20:16:05
  Author: anthraxx
Revision: 189020

upgpkg: powerdns 4.0.1-3 (explicitly enable systemd)

Also switch to systemd instead of libsystemd because of some missing
files. This resolves the issue of missing systemd integration and
service files.

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-08 19:33:20 UTC (rev 189019)
+++ PKGBUILD	2016-09-08 20:16:05 UTC (rev 189020)
@@ -6,12 +6,12 @@
 
 pkgname=powerdns
 pkgver=4.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Authoritative DNS server'
 url='http://www.powerdns.com/'
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('boost-libs' 'libsodium' 'libsystemd' 'lua' 'openssl' 'protobuf' 'sqlite')
+depends=('boost-libs' 'libsodium' 'systemd' 'lua' 'openssl' 'protobuf' 'sqlite')
 makedepends=('boost' 'setconf' 'libmariadbclient' 'postgresql-libs' 'lua' 'libldap'
              'sqlite' 'geoip' 'yaml-cpp' 'pkg-config')
 optdepends=('libmariadbclient: MariaDB/MySQL backend'
@@ -73,7 +73,8 @@
     --disable-dependency-tracking \
     --disable-silent-rules \
     --enable-reproducible \
-    --enable-unit-tests
+    --enable-unit-tests \
+    --enable-systemd
   make
 }
 



More information about the arch-commits mailing list