diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-24 12:33:35 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-24 12:33:35 -0300 |
commit | 5baf64436ed88dfa7662c8b9bbb85282e7467569 (patch) | |
tree | b03c5e55d0c9431d52190cb6680545fad3f8d17d /core/bash/PKGBUILD | |
parent | 6ff0a232e346c3af5ac1a58a08e3c5b83957e024 (diff) |
ports
Diffstat (limited to 'core/bash/PKGBUILD')
-rw-r--r-- | core/bash/PKGBUILD | 1 |
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 |