diff options
Diffstat (limited to 'community/botan/PKGBUILD')
-rw-r--r-- | community/botan/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/botan/PKGBUILD b/community/botan/PKGBUILD index 190945b06..caf945b04 100644 --- a/community/botan/PKGBUILD +++ b/community/botan/PKGBUILD @@ -9,7 +9,7 @@ pkgver=1.10.5 pkgrel=1 pkgdesc='Crypto library written in C++' license=('BSD') -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://botan.randombit.net/' depends=('gcc-libs' 'sh') makedepends=('python2') @@ -20,6 +20,7 @@ build() { cd "$srcdir/Botan-$pkgver" sed -i 's:env python:env python2:' configure.py + sed -i 's/mabi=64/mabi=n32/g' src/build-data/cc/gcc.txt ./configure.py --prefix=/usr make } |