diff options
Diffstat (limited to 'community/libgringotts/PKGBUILD')
-rw-r--r-- | community/libgringotts/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libgringotts/PKGBUILD b/community/libgringotts/PKGBUILD index ec06cbb6b..eee7ec628 100644 --- a/community/libgringotts/PKGBUILD +++ b/community/libgringotts/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libgringotts pkgver=1.2.1 pkgrel=10 pkgdesc="Encryption backend for Gringotts" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://developer.berlios.de/projects/gringotts" license=('GPL') depends=('bzip2' 'libmcrypt' 'mhash' 'zlib') @@ -18,7 +18,7 @@ build() { cd ${srcdir}/$pkgname-$pkgver autoconf - ./configure --prefix=/usr + ./configure --prefix=/usr --build=$CHOST make } |