guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: bash-minimal: Assume getcwd works correctly when cross-compi


From: Efraim Flashner
Subject: 01/02: gnu: bash-minimal: Assume getcwd works correctly when cross-compiling
Date: Thu, 9 Feb 2017 09:59:30 -0500 (EST)

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

commit 17c732295aef09e8e9b485ce38af60cb6cd357fb
Author: Carlos Sánchez de La Lama <address@hidden>
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 <address@hidden>
---
 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

[Prev in Thread] Current Thread [Next in Thread]