]> git.pld-linux.org Git - packages/bash.git/commitdiff
- rel 6; don't use internal malloc (who uses internal memory handling anyways?) auto/th/bash-3_0-6
authorMariusz Mazur <mmazur@pld-linux.org>
Sat, 26 Mar 2005 14:28:24 +0000 (14:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash.spec -> 1.148

bash.spec

index 5d0a6a131cb52ff00545af29d67b769afdde9ae5..9547cf0b68268517f83f443d4b04f300737ad4d9 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -12,7 +12,7 @@ Summary(ru):  GNU Bourne Again Shell (bash)
 Summary(uk):   GNU Bourne Again Shell (bash)
 Name:          bash
 Version:       3.0
-Release:       5%{?with_bash_history:inv}
+Release:       6%{?with_bash_history:inv}
 License:       GPL
 Group:         Applications/Shells
 Source0:       ftp://ftp.gnu.org/pub/gnu/bash/%{name}-%{version}.tar.gz
@@ -244,6 +244,7 @@ for mode in %{?with_static:static} shared; do
        --with-curses \
        --enable-extended-glob \
        --enable-dparen-arithmetic \
+       --without-bash-malloc \
        `[ "$mode" = "static" ] && echo "--enable-static-link"` \
        --with-installed-readline
 
This page took 0.0427 seconds and 4 git commands to generate.