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>
This commit is contained in:
parent
98c8b963f4
commit
c8916c3336
|
@ -207,7 +207,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
|
||||||
|
|
Loading…
Reference in New Issue