From 9655002f258f5e26cf82782f385af0e59da76960 Mon Sep 17 00:00:00 2001 From: Lukc Date: Wed, 22 Dec 2010 15:06:26 +0100 Subject: Recette de which mise à jour. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- which/Pkgfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/which/Pkgfile b/which/Pkgfile index 51a32c3..fc7484c 100644 --- a/which/Pkgfile +++ b/which/Pkgfile @@ -12,6 +12,8 @@ build () { cd $name-$version; ./configure \ + ${CHOST:+--build=${CHOST}} \ + ${CTARGET:+--host=${CTARGET}} \ --prefix=$prefix \ --mandir=$mandir; make; -- cgit v1.2.3-54-g00ecf