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 ba60530e4..db181a0e0 100644
--- a/extra/lzo/PKGBUILD
+++ b/extra/lzo/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=lzo
pkgver=1.08
pkgrel=7
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')
@@ -24,7 +24,7 @@ build() {
patch -p0 -i "${srcdir}"/nasm-gcc3.patch
autoconf
- ./configure --prefix=/usr --enable-shared
+ ./configure --prefix=/usr --enable-shared --build=$CHOST
make
}