diff options
Diffstat (limited to 'extra/fcgi/PKGBUILD')
-rw-r--r-- | extra/fcgi/PKGBUILD | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/extra/fcgi/PKGBUILD b/extra/fcgi/PKGBUILD index a08e81b65..53c6a04c1 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" @@ -20,11 +20,7 @@ md5sums=('d15060a813b91383a9f3c66faf84867e' build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -p1 -i "${srcdir}/gcc44-fix-include.patch" - libtoolize --force - aclocal - autoconf - automake --foreign - ./configure --prefix=/usr + ./configure --prefix=/usr --build=$CHOST make } |