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.
This commit is contained in:
		
							parent
							
								
									01647fc80c
								
							
						
					
					
						commit
						c6b5161e97
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
;;; GNU Guix --- Functional package management for GNU
 | 
					;;; 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 © 2014, 2015, 2018 Mark H Weaver <mhw@netris.org>
 | 
				
			||||||
;;; Copyright © 2015, 2017 Leo Famulari <leo@famulari.name>
 | 
					;;; Copyright © 2015, 2017 Leo Famulari <leo@famulari.name>
 | 
				
			||||||
;;; Copyright © 2016, 2017, 2018, 2019, 2022 Efraim Flashner <efraim@flashner.co.il>
 | 
					;;; 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")
 | 
					                                  "-DSSH_SOURCE_BASHRC")
 | 
				
			||||||
                                " "))
 | 
					                                " "))
 | 
				
			||||||
         (configure-flags
 | 
					         (configure-flags
 | 
				
			||||||
          ``("--with-installed-readline"
 | 
					          ``("--without-bash-malloc"
 | 
				
			||||||
 | 
					             "--with-installed-readline"
 | 
				
			||||||
             ,,(string-append "CPPFLAGS=" cppflags)
 | 
					             ,,(string-append "CPPFLAGS=" cppflags)
 | 
				
			||||||
             ,(string-append
 | 
					             ,(string-append
 | 
				
			||||||
               "LDFLAGS=-Wl,-rpath -Wl,"
 | 
					               "LDFLAGS=-Wl,-rpath -Wl,"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue