extra/bind: fix

This commit is contained in:
Kevin Mihelich 2018-11-25 05:42:19 +00:00
parent fcc64c28e1
commit f3ff0f41d4

View file

@ -5,6 +5,9 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - !makeflags - bind build doesn't like concurrency
# - build v6 as armv6kz
buildarch=28
pkgbase=bind
pkgname=(bind bind-tools)
@ -61,6 +64,7 @@ prepare() {
build() {
cd bind-$_pkgver
export CFLAGS+=' -DDIG_SIGCHASE'
[[ $CARCH == "armv6h" ]] && CFLAGS+=" -march=armv6zk"
./configure \
--prefix=/usr \
--sysconfdir=/etc \