efraim pushed a commit to branch core-updates
in repository guix.

commit 17c732295aef09e8e9b485ce38af60cb6cd357fb
Author: Carlos Sánchez de La Lama <[email protected]>
Date:   Tue Oct 18 18:07:29 2016 +0200

    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 <[email protected]>
---
 gnu/packages/bash.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm
index 96ebe99..d5e3549 100644
--- a/gnu/packages/bash.scm
+++ b/gnu/packages/bash.scm
@@ -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

Reply via email to