summaryrefslogtreecommitdiff
path: root/core/bash/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/bash/PKGBUILD')
-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