Forráskód Böngészése

do not use GNU malloc (it causes trouble on Solaris)

Ralf S. Engelschall 23 éve
szülő
commit
a32326a6f8
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      bash/bash.spec

+ 2 - 1
bash/bash.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [REL]
 Group:        Shell
 License:      GPL
 Version:      2.05b
-Release:      20020718
+Release:      20020809
 
 #   list of sources
 Source0:      ftp://ftp.cwru.edu/pub/bash/bash-%{version}.tar.gz
@@ -62,6 +62,7 @@ AutoReqProv:  no
     CFLAGS="%{l_cflags -O}" \
     ./configure \
         --prefix=%{l_prefix} \
+        --without-gnu-malloc \
         --without-curses
     %{l_shtool} subst \
         -e 's;^\(#define.*SYS_PROFILE["^]*\).*;\1 "%{l_prefix}/etc/bash/profile";' \