summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-24 12:33:35 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-24 12:33:35 -0300
commit5baf64436ed88dfa7662c8b9bbb85282e7467569 (patch)
treeb03c5e55d0c9431d52190cb6680545fad3f8d17d /core
parent6ff0a232e346c3af5ac1a58a08e3c5b83957e024 (diff)
ports
Diffstat (limited to 'core')
-rw-r--r--core/bash/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/bash/PKGBUILD b/core/bash/PKGBUILD
index ef39b7277..2c5361a0c 100644
--- a/core/bash/PKGBUILD
+++ b/core/bash/PKGBUILD
@@ -42,6 +42,7 @@ build() {
export CFLAGS="${CFLAGS} ${_bashconfig[@]}"
./configure --prefix=/usr --with-curses --enable-readline \
+ --host=$CHOST --build=$CHOST \
--without-bash-malloc --with-installed-readline \
--bindir=/bin --mandir=/usr/share/man --infodir=/usr/share/info
make