From 30f19f32b177d2795bd6725a10e5999c50e9f539 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Mon, 2 Mar 2015 16:45:37 -0300 Subject: knot: rebuild because of /usr/sbin --- pcr/knot/PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'pcr/knot') diff --git a/pcr/knot/PKGBUILD b/pcr/knot/PKGBUILD index f16d9a5c9..7ca59b789 100644 --- a/pcr/knot/PKGBUILD +++ b/pcr/knot/PKGBUILD @@ -5,14 +5,14 @@ pkgname=knot pkgver=1.6.2 -pkgrel=1 +pkgrel=2 pkgdesc='high-performance authoritative-only DNS server' url='https://www.knot-dns.cz/' arch=('i686' 'x86_64') license=('GPL3') install=install depends=('liburcu' 'openssl>=1.0.0' 'zlib') -makedepends=('autoconf>=2.65' 'libtool' 'flex>=2.5.3' 'bison>=2.3') +makedepends=('autoconf>=2.65' 'libtool' 'flex>=2.5.3' 'bison>=2.3' 'systemd') source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc} 'knot.service') md5sums=('a1859b9e89c1719a764d95bcb8232197' @@ -23,14 +23,19 @@ validpgpkeys=('DEF35D16E5AE59D820BDF780ACE24DA9EE37A832') build() { cd "${srcdir}/${pkgname}-${pkgver}" +# export systemd_CFLAGS="-I/usr/include" \ +# systemd_LIBS="-L/usr/lib -lsystemd" + ./configure \ --prefix /usr \ --sysconfdir=/etc \ --localstatedir=/var/lib \ --libexecdir=/usr/lib/knot \ + --sbindir=/usr/bin \ --with-rundir=/run/knot \ --with-storage=/var/lib/knot \ --enable-recvmmsg=yes \ + --enable-systemd=yes \ --disable-silent-rules make -- cgit v1.2.3