diff options
Diffstat (limited to 'community/xdebug')
-rw-r--r-- | community/xdebug/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xdebug/PKGBUILD b/community/xdebug/PKGBUILD index 34050cc83..36c2071a1 100644 --- a/community/xdebug/PKGBUILD +++ b/community/xdebug/PKGBUILD @@ -8,7 +8,7 @@ pkgname=xdebug pkgver=2.2.3 pkgrel=2 pkgdesc="PHP debugging extension" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.xdebug.org" license=('GPL') depends=('php') @@ -25,7 +25,7 @@ build() { make cd debugclient - ./configure --prefix=/usr + ./configure --prefix=/usr --build=$CHOST make } |