all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: bash-minimal: Assume getcwd works correctly when cross-compiling
@ 2016-10-18 16:07 Carlos Sánchez de La Lama
  2016-10-19 15:33 ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Carlos Sánchez de La Lama @ 2016-10-18 16:07 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/bash.scm (bash-minimal): Assume getcwd works correctly
when cross compiling.
---
 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 f3d8517..b07367c 100644
--- a/gnu/packages/bash.scm
+++ b/gnu/packages/bash.scm
@@ -247,7 +247,8 @@ without modification.")
                  "--disable-nls"
 
                  ,@(if (%current-target-system)
-                       '("bash_cv_job_control_missing=no")
+                       '("bash_cv_job_control_missing=no"
+			 "bash_cv_getcwd_malloc=yes")
                        '()))))))))
 
 (define-public static-bash
-- 
2.9.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-10-20 12:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-18 16:07 [PATCH] gnu: bash-minimal: Assume getcwd works correctly when cross-compiling Carlos Sánchez de La Lama
2016-10-19 15:33 ` Ludovic Courtès
2016-10-19 19:54   ` Ludovic Courtès
2016-10-19 20:54     ` Carlos Sánchez de La Lama
2016-10-20 12:55       ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.