From da1498ac2ade7a3e09667107e1026b8339517a84 Mon Sep 17 00:00:00 2001 From: Lukc Date: Mon, 20 Dec 2010 23:43:53 +0100 Subject: Recette de bash adaptée pour la compilation croisée. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash/Pkgfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/Pkgfile b/bash/Pkgfile index 9f16473..1ee19d2 100644 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -13,6 +13,8 @@ build () cd $name-4.1; gunzip -c $SRC/$name-4.1-001-009.patch.gz | patch -p0; ./configure \ + ${CHOST:+--build=${CHOST}} \ + ${CTARGET:+--host=${CTARGET}} \ --prefix=$prefix \ --exec-prefix= \ --mandir=$mandir \ -- cgit v1.2.3-54-g00ecf