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 98c8b963f4
commit c8916c3336
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 1 deletions

View File

@ -207,7 +207,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