summaryrefslogtreecommitdiffstats
path: root/expat/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'expat/Pkgfile')
-rw-r--r--expat/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/expat/Pkgfile b/expat/Pkgfile
index d044501..16ba5b1 100644
--- a/expat/Pkgfile
+++ b/expat/Pkgfile
@@ -18,8 +18,8 @@ build ()
patch -p0 -d lib -i $SRC/expat-CVE-2009-3560.patch;
patch -p0 -d lib -i $SRC/expat-CVE-2009-3720.patch;
./configure \
- ${CHOST:+--build=${CHOST}} \
- ${CTARGET:+--host=${CTARGET}} \
+ ${CBUILD:+--build=${CBUILD}} \
+ ${CHOST:+--host=${CHOST}} \
--prefix=/usr;
make;
make prefix=$PKG/usr install