diff options
author | Lukc <lukc@upyum.com> | 2010-12-23 17:13:35 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-23 17:13:35 +0100 |
commit | 7504518b296fbcfe3f61141e7e7e61091a966ab4 (patch) | |
tree | d41a7036463ac04982887ce831863bdb4a012b1d /xz/Pkgfile | |
parent | 8380a7f1a136f0129c377b43e832f7a175275230 (diff) | |
download | base-7504518b296fbcfe3f61141e7e7e61091a966ab4.tar.gz base-7504518b296fbcfe3f61141e7e7e61091a966ab4.tar.bz2 base-7504518b296fbcfe3f61141e7e7e61091a966ab4.tar.xz base-7504518b296fbcfe3f61141e7e7e61091a966ab4.zip |
Recette de xz mise à jour.
Diffstat (limited to 'xz/Pkgfile')
-rw-r--r-- | xz/Pkgfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ build () { cd $name-$version; ./configure \ + ${CHOST:+--build=${CHOST}} \ + ${CTARGET:+--host=${CTARGET}} \ --prefix=$prefix \ --mandir=$mandir \ $(use_enable nls) \ |