|
|
@@ -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
|