summaryrefslogtreecommitdiff
path: root/community/xdebug
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-19 19:07:35 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-19 19:07:35 -0500
commit182ec789d792f7797b31dd8e1426c586031be30f (patch)
treedaa2a15960858e7ef872fd397be195f6839f2dc1 /community/xdebug
parent4a6ac3577bf4946bd9a3c37c95136c823a8714de (diff)
Add chost in builds
Diffstat (limited to 'community/xdebug')
-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