gnu: bash-minimal: Assume getcwd works correctly when cross-compiling

* gnu/packages/bash.scm (bash-minimal): Assume getcwd works correctly
when cross compiling.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Carlos Sánchez de La Lama 2016-10-18 18:07:29 +02:00 committed by Efraim Flashner
parent 7ca72ec44b
commit 17c732295a
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 1 deletions

View File

@ -226,7 +226,8 @@ without modification.")
"ac_cv_func_dlopen=no"
,@(if (%current-target-system)
'("bash_cv_job_control_missing=no")
'("bash_cv_job_control_missing=no"
"bash_cv_getcwd_malloc=yes")
'())))
((#:phases phases)
`(modify-phases ,phases