summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bash/Pkgfile2
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 \