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
parent
7ca72ec44b
commit
17c732295a
|
@ -226,7 +226,8 @@ without modification.")
|
||||||
"ac_cv_func_dlopen=no"
|
"ac_cv_func_dlopen=no"
|
||||||
|
|
||||||
,@(if (%current-target-system)
|
,@(if (%current-target-system)
|
||||||
'("bash_cv_job_control_missing=no")
|
'("bash_cv_job_control_missing=no"
|
||||||
|
"bash_cv_getcwd_malloc=yes")
|
||||||
'())))
|
'())))
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
`(modify-phases ,phases
|
`(modify-phases ,phases
|
||||||
|
|
Reference in New Issue