diff options
author | Lukc <lukc@upyum.com> | 2010-12-23 16:56:58 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-23 16:56:58 +0100 |
commit | 8380a7f1a136f0129c377b43e832f7a175275230 (patch) | |
tree | bd0f16366f1613d0c755c59e7b456bef0d3a9032 /util-linux-ng/Pkgfile | |
parent | b26a4266c97b1c43e9af814c980caa8d0843050b (diff) | |
download | base-8380a7f1a136f0129c377b43e832f7a175275230.tar.gz base-8380a7f1a136f0129c377b43e832f7a175275230.tar.bz2 base-8380a7f1a136f0129c377b43e832f7a175275230.tar.xz base-8380a7f1a136f0129c377b43e832f7a175275230.zip |
Recette de util-linux-ng mise à jour.
Diffstat (limited to 'util-linux-ng/Pkgfile')
-rw-r--r-- | util-linux-ng/Pkgfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util-linux-ng/Pkgfile b/util-linux-ng/Pkgfile index 7440f0a..375c170 100644 --- a/util-linux-ng/Pkgfile +++ b/util-linux-ng/Pkgfile @@ -12,6 +12,8 @@ build () { cd $name-$version; ./configure \ + ${CHOST:+--build=${CHOST}} \ + ${CTARGET:+--host=${CTARGET}} \ --prefix=$prefix \ --mandir=$mandir \ $(use_enable nls) \ |