summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-06-27 18:00:09 +0000
committerjkh <jkh@FreeBSD.org>1997-06-27 18:00:09 +0000
commit7b2569962e87403804a31826fae506e9c43beadb (patch)
tree4528602b25762d4ed2b9cde93da3a0ea5cf9d56e
parent0616d8700e3e3c386ffc6305d583ab46b8d94b2c (diff)
downloadFreeBSD-ports-7b2569962e87403804a31826fae506e9c43beadb.zip
FreeBSD-ports-7b2569962e87403804a31826fae506e9c43beadb.tar.gz
Get bash to not use GNU malloc. This solves the calloc() weirdness
in -current. Closes PR#3971
-rw-r--r--shells/bash1/files/patch-ah19
1 files changed, 19 insertions, 0 deletions
diff --git a/shells/bash1/files/patch-ah b/shells/bash1/files/patch-ah
new file mode 100644
index 0000000..14fcc43
--- /dev/null
+++ b/shells/bash1/files/patch-ah
@@ -0,0 +1,19 @@
+*** machines.h.orig Fri Jun 27 10:54:20 1997
+--- machines.h Fri Jun 27 10:54:22 1997
+***************
+*** 63,69 ****
+ some machines, our malloc () cannot be used (because of library
+ conflicts, for example), and for those, you should specifically
+ #undef USE_GNU_MALLOC in the machine description. */
+! #define USE_GNU_MALLOC
+
+ /* This causes the Gnu malloc library (from glibc) to be used. */
+ /* #define USE_GNU_MALLOC_LIBRARY */
+--- 63,69 ----
+ some machines, our malloc () cannot be used (because of library
+ conflicts, for example), and for those, you should specifically
+ #undef USE_GNU_MALLOC in the machine description. */
+! #undef USE_GNU_MALLOC
+
+ /* This causes the Gnu malloc library (from glibc) to be used. */
+ /* #define USE_GNU_MALLOC_LIBRARY */
OpenPOWER on IntegriCloud