summaryrefslogtreecommitdiff
path: root/community/libwww/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libwww/PKGBUILD')
-rw-r--r--community/libwww/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libwww/PKGBUILD b/community/libwww/PKGBUILD
index c26669f7d..808861c42 100644
--- a/community/libwww/PKGBUILD
+++ b/community/libwww/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=libwww
pkgver=5.4.0
pkgrel=5
pkgdesc="A general-purpose client side WEB API"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.w3.org/Library/"
license=('W3C')
depends=()
@@ -18,7 +18,7 @@ md5sums=('c3734ca6caa405707e134cc8c6d7e422')
build() {
cd "$srcdir/w3c-$pkgname-$pkgver"
[ -f Makefile ] || ./configure --prefix=/usr \
- --with-md5 --with-zlib --with-expat --with-regex --with-ssl
+ --with-md5 --with-zlib --with-expat --with-regex --with-ssl --host=$CHOST
sed -i 's#Examples##' Library/Makefile
make
make DESTDIR="$pkgdir" install