mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/bind: fix
This commit is contained in:
parent
fcc64c28e1
commit
f3ff0f41d4
1 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue