mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/botan: fix
This commit is contained in:
parent
66d8432b2a
commit
4475860613
1 changed files with 5 additions and 1 deletions
|
@ -10,6 +10,8 @@
|
|||
# - --cpu in configure set to correct architectures, autodetect fails
|
||||
# - AArch64 patch
|
||||
|
||||
buildarch=28
|
||||
|
||||
pkgname=botan
|
||||
pkgver=2.1.0
|
||||
pkgrel=1
|
||||
|
@ -49,10 +51,12 @@ build() {
|
|||
CPU='arm/armv5te'
|
||||
fi
|
||||
|
||||
[[ $CARCH != "aarch64" ]] && CONFIG="--disable-neon"
|
||||
|
||||
python configure.py \
|
||||
--prefix=/usr \
|
||||
--destdir="$pkgdir/usr" \
|
||||
--cpu=$CPU
|
||||
--cpu=$CPU $CONFIG
|
||||
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue