summaryrefslogtreecommitdiff
path: root/community/xdebug/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xdebug/PKGBUILD')
-rw-r--r--community/xdebug/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xdebug/PKGBUILD b/community/xdebug/PKGBUILD
index 5a2244bb9..30a63d632 100644
--- a/community/xdebug/PKGBUILD
+++ b/community/xdebug/PKGBUILD
@@ -30,7 +30,7 @@ build() {
make
cd debugclient
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --build=$CHOST
make
make DESTDIR=$pkgdir install