diff options
Diffstat (limited to 'community/libwww/PKGBUILD')
-rw-r--r-- | community/libwww/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libwww/PKGBUILD b/community/libwww/PKGBUILD index e9095de15..4c2349a38 100644 --- a/community/libwww/PKGBUILD +++ b/community/libwww/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libwww pkgver=5.4.0 pkgrel=6 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=('openssl') @@ -23,7 +23,7 @@ build() { cd "$srcdir/w3c-$pkgname-$pkgver" unset LDFLAGS [ -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 make } |