diff --git a/community/botan/PKGBUILD b/community/botan/PKGBUILD index f746c1d89..12dfc27dd 100644 --- a/community/botan/PKGBUILD +++ b/community/botan/PKGBUILD @@ -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 }