summaryrefslogtreecommitdiff
path: root/extra/lzo/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lzo/PKGBUILD')
-rw-r--r--extra/lzo/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/lzo/PKGBUILD b/extra/lzo/PKGBUILD
index 115baed03..8eb151a27 100644
--- a/extra/lzo/PKGBUILD
+++ b/extra/lzo/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=lzo
pkgver=1.08
pkgrel=8
pkgdesc='A portable lossless data compression library written in ANSI C'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
url='http://www.oberhumer.com/opensource/lzo'
depends=('glibc')
@@ -26,7 +26,7 @@ prepare() {
build() {
cd ${pkgname}-${pkgver}
autoconf
- ./configure --prefix=/usr --enable-shared
+ ./configure --prefix=/usr --enable-shared --build=$CHOST
make
}