bash: Specify bash_cv_getcwd_malloc=yes
authorFredrik Fornwall <fredrik@fornwall.net>
Thu, 24 Nov 2016 00:33:04 +0000 (19:33 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Thu, 24 Nov 2016 00:33:04 +0000 (19:33 -0500)
commit4643d4be2cdcd1448d08ac0408a813b3b66836d7
treef42f7899d3606327e4b2d9b011b7e76d3696771b
parentc48a747e1c8083871de4a592f16a3a1572e0c733
bash: Specify bash_cv_getcwd_malloc=yes

When cross compiling bash assumes that getcwd is broken, so a
wrapper is used which does not work with non-accessible parent
directories (/data when running in Termux). We tell configure
that this is not necessary.

Fixes https://github.com/termux/termux-app/issues/200
packages/bash/build.sh