diff options
author | Lukc <lukc@upyum.com> | 2010-12-20 23:43:53 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-20 23:43:53 +0100 |
commit | da1498ac2ade7a3e09667107e1026b8339517a84 (patch) | |
tree | f01494651cc041154f0a1c1f5e77b8b1917ecffa /bash | |
parent | 336e984eeef5cbfbbd929ad7894b029a444a06de (diff) | |
download | base-da1498ac2ade7a3e09667107e1026b8339517a84.tar.gz base-da1498ac2ade7a3e09667107e1026b8339517a84.tar.bz2 base-da1498ac2ade7a3e09667107e1026b8339517a84.tar.xz base-da1498ac2ade7a3e09667107e1026b8339517a84.zip |
Recette de bash adaptée pour la compilation croisée.
Diffstat (limited to 'bash')
-rw-r--r-- | bash/Pkgfile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |