mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/botan to 1.10.8-2
This commit is contained in:
parent
968e62711b
commit
c8d5c312b4
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
pkgname=botan
|
||||
pkgver=1.10.8
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Crypto library written in C++'
|
||||
license=('BSD')
|
||||
arch=('x86_64' 'i686')
|
||||
|
@ -33,7 +33,7 @@ build() {
|
|||
CPU='arm/armv5te'
|
||||
fi
|
||||
|
||||
python2 configure.py --prefix=/usr --cpu=$CPU
|
||||
python2 configure.py --prefix=/usr --enable-modules=cvc --cpu=$CPU
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue