summaryrefslogtreecommitdiff
path: root/community/xdebug/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xdebug/PKGBUILD')
-rw-r--r--community/xdebug/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xdebug/PKGBUILD b/community/xdebug/PKGBUILD
index 683559441..adcc5d09c 100644
--- a/community/xdebug/PKGBUILD
+++ b/community/xdebug/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=xdebug
pkgver=2.2.1
pkgrel=1
pkgdesc="PHP debugging extension"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.xdebug.org"
license=('GPL')
depends=('php')
@@ -30,7 +30,7 @@ build() {
make
cd debugclient
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --build=$CHOST
make
make DESTDIR=$pkgdir install