summaryrefslogtreecommitdiff
path: root/extra/fcgi/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/fcgi/PKGBUILD')
-rw-r--r--extra/fcgi/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/fcgi/PKGBUILD b/extra/fcgi/PKGBUILD
index a08e81b65..419c3c9dc 100644
--- a/extra/fcgi/PKGBUILD
+++ b/extra/fcgi/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=2.4.0
pkgrel=8
depends=('gcc-libs')
pkgdesc="FASTCgi(fcgi) islanguage independent, high performant extension to CGI"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('custom')
options=('!libtool' '!makeflags')
url="http://www.fastcgi.com"
@@ -24,7 +24,7 @@ build() {
aclocal
autoconf
automake --foreign
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --build=$CHOST
make
}