diff options
Diffstat (limited to 'libarchive')
-rw-r--r-- | libarchive/Pkgfile | 4 |
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 \ |