summaryrefslogtreecommitdiffstats
path: root/libarchive/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libarchive/Pkgfile')
-rw-r--r--libarchive/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libarchive/Pkgfile b/libarchive/Pkgfile
index 5760b41..cb9c77c 100644
--- a/libarchive/Pkgfile
+++ b/libarchive/Pkgfile
@@ -12,8 +12,8 @@ build ()
{
cd libarchive-$version;
./configure \
- ${CHOST:+--build=${CHOST}} \
- ${CTARGET:+--host=${CTARGET}} \
+ ${CBUILD:+--build=${CBUILD}} \
+ ${CHOST:+--host=${CHOST}} \
--prefix=$prefix \
--mandir=$mandir \
--without-lzmadec \