summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-23 17:13:35 +0100
committerLukc <lukc@upyum.com>2010-12-23 17:13:35 +0100
commit7504518b296fbcfe3f61141e7e7e61091a966ab4 (patch)
treed41a7036463ac04982887ce831863bdb4a012b1d
parent8380a7f1a136f0129c377b43e832f7a175275230 (diff)
downloadbase-7504518b296fbcfe3f61141e7e7e61091a966ab4.tar.gz
base-7504518b296fbcfe3f61141e7e7e61091a966ab4.tar.bz2
base-7504518b296fbcfe3f61141e7e7e61091a966ab4.tar.xz
base-7504518b296fbcfe3f61141e7e7e61091a966ab4.zip
Recette de xz mise à jour.
-rw-r--r--xz/Pkgfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/xz/Pkgfile b/xz/Pkgfile
index 1a9367a..fef3f68 100644
--- a/xz/Pkgfile
+++ b/xz/Pkgfile
@@ -12,6 +12,8 @@ build ()
{
cd $name-$version;
./configure \
+ ${CHOST:+--build=${CHOST}} \
+ ${CTARGET:+--host=${CTARGET}} \
--prefix=$prefix \
--mandir=$mandir \
$(use_enable nls) \