mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/pdns-recursor to 3.5.2-1
This commit is contained in:
parent
f2b326fcd8
commit
34df661d6f
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
# - fix for aeskey.c on ARM (http://wiki.powerdns.com/trac/changeset/3162/)
|
||||
|
||||
pkgname=pdns-recursor
|
||||
pkgver=3.5.1
|
||||
pkgver=3.5.2
|
||||
pkgrel=1
|
||||
pkgdesc='PowerDNS recursor'
|
||||
url='https://www.powerdns.com/'
|
||||
|
@ -19,7 +19,7 @@ backup=('etc/powerdns/recursor.conf')
|
|||
source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2"
|
||||
'pdns-recursor.service'
|
||||
'arm.patch')
|
||||
sha256sums=('30655996d1963e259d4fc8648184031bf9cb83f64510d0b00539d3ce698b2824'
|
||||
sha256sums=('ffe3158ee5b3f62e927198fd44e839a01d3241a41a4e61afdca6709113c276bd'
|
||||
'51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9'
|
||||
'ff51af1648d6049f58887ca4f84fa41955ab5df8156d8a00b4b3b148e2bd789f')
|
||||
|
||||
|
@ -28,7 +28,7 @@ build() {
|
|||
|
||||
patch -p5 -i "$srcdir/arm.patch"
|
||||
|
||||
make LUA=1 \
|
||||
make -j1 LUA=1 \
|
||||
LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua5.1)" \
|
||||
LUA_LIBS_CONFIG="$(pkg-config --libs lua5.1)"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue