summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-21 10:11:09 +0100
committerLukc <lukc@upyum.com>2010-12-21 10:11:09 +0100
commit9297001520e52030027142e2c2eb9982aa17e1e5 (patch)
tree591d54fc894132e0d8dde6f06015c91b4adccc2d
parent2ecea73755a049d96980325e15bd3d99e22489ad (diff)
downloadbase-9297001520e52030027142e2c2eb9982aa17e1e5.tar.gz
base-9297001520e52030027142e2c2eb9982aa17e1e5.tar.bz2
base-9297001520e52030027142e2c2eb9982aa17e1e5.tar.xz
base-9297001520e52030027142e2c2eb9982aa17e1e5.zip
Recette de libarchive mise à jour.
-rw-r--r--libarchive/Pkgfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libarchive/Pkgfile b/libarchive/Pkgfile
index 4102bac..5760b41 100644
--- a/libarchive/Pkgfile
+++ b/libarchive/Pkgfile
@@ -12,6 +12,8 @@ build ()
{
cd libarchive-$version;
./configure \
+ ${CHOST:+--build=${CHOST}} \
+ ${CTARGET:+--host=${CTARGET}} \
--prefix=$prefix \
--mandir=$mandir \
--without-lzmadec \