瀏覽代碼

make HP-UX make happy

Ralf S. Engelschall 21 年之前
父節點
當前提交
1cbf7713a8
共有 2 個文件被更改,包括 11 次插入2 次删除
  1. 10 1
      bash/bash.patch
  2. 1 1
      bash/bash.spec

+ 10 - 1
bash/bash.patch

@@ -171,7 +171,7 @@ Port to HP-UX 11i and similar less smart platforms.
 
 Index: configure
 --- configure.orig	2002-07-16 15:31:47.000000000 +0200
-+++ configure	2004-06-04 11:51:17.000000000 +0200
++++ configure	2004-06-07 10:31:26.000000000 +0200
 @@ -1146,6 +1146,7 @@
  *-beos*)	opt_bash_malloc=no ;;	# they say it's suitable
  *-cygwin*)	opt_bash_malloc=no ;;	# Cygnus's CYGWIN environment
@@ -180,6 +180,15 @@ Index: configure
  esac
  
  # memory scrambling on free()
+@@ -1211,7 +1212,7 @@
+ 
+ else
+ 	MALLOC_LIB=
+-	MALLOC_LIBRARY=
++	MALLOC_LIBRARY=dummy
+ 	MALLOC_LDFLAGS=
+ 	MALLOC_DEP=
+ fi
 Index: mksyntax.c
 --- mksyntax.c.orig	2002-02-07 15:32:28.000000000 +0100
 +++ mksyntax.c	2004-06-04 11:53:19.000000000 +0200

+ 1 - 1
bash/bash.spec

@@ -40,7 +40,7 @@ Class:        CORE
 Group:        Shell
 License:      GPL
 Version:      %{V_base_real}.%{V_plvl_raw}
-Release:      20040604
+Release:      20040607
 
 #   list of sources
 Source0:      ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}.tar.gz