guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: bash: Build '--without-bash-malloc'.


From: guix-commits
Subject: 01/05: gnu: bash: Build '--without-bash-malloc'.
Date: Mon, 28 Mar 2022 06:03:22 -0400 (EDT)

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

commit c6b5161e97ed1010d61331874b09c3231af3b1f9
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Mar 28 09:22:06 2022 +0200

    gnu: bash: Build '--without-bash-malloc'.
    
    Fixes <https://issues.guix.gnu.org/54557>.
    
    * gnu/packages/bash.scm (bash): Add '--without-bash-malloc' to
    CONFIGURE-FLAGS.
---
 gnu/packages/bash.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm
index a15053b942..b05e22d15d 100644
--- a/gnu/packages/bash.scm
+++ b/gnu/packages/bash.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2019, 2020 Ludovic Courtès 
<ludo@gnu.org>
+;;; Copyright © 2012-2017, 2019-2020, 2022 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2014, 2015, 2018 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2015, 2017 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2016, 2017, 2018, 2019, 2022 Efraim Flashner 
<efraim@flashner.co.il>
@@ -117,7 +117,8 @@ number/base32-hash tuples, directly usable in the 
'patch-series' form."
                                   "-DSSH_SOURCE_BASHRC")
                                 " "))
          (configure-flags
-          ``("--with-installed-readline"
+          ``("--without-bash-malloc"
+             "--with-installed-readline"
              ,,(string-append "CPPFLAGS=" cppflags)
              ,(string-append
                "LDFLAGS=-Wl,-rpath -Wl,"



reply via email to

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