summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-10-14 22:15:19 +0200
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-10-15 20:06:10 +0000
commit23357fe001dfc025ec3d6bd758222b1a654b9b7d (patch)
tree995e3ef503a0e8ebc8a4421a26a6f8df7a86521a
parent3d15890aeda01cc1f92a41f01453b0bf26f508c4 (diff)
downloadmidipix_build-23357fe001dfc025ec3d6bd758222b1a654b9b7d.tar.bz2
midipix_build-23357fe001dfc025ec3d6bd758222b1a654b9b7d.tar.xz
tcsh-6.19.00.local.patch: always use the libc-provided malloc.
Signed-off-by: Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>
-rw-r--r--tcsh-6.19.00.local.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/tcsh-6.19.00.local.patch b/tcsh-6.19.00.local.patch
index e796299f..45674066 100644
--- a/tcsh-6.19.00.local.patch
+++ b/tcsh-6.19.00.local.patch
@@ -183,3 +183,19 @@
+#define HAVE_SLASHSLASH 1
+
+#endif /* _h_config */
+--- tcsh-6.19.00/config_f.h.orig 2015-02-22 17:31:54.000000000 +0100
++++ tcsh-6.19.00/config_f.h 2016-10-14 22:10:42.212000000 +0200
+@@ -135,11 +135,9 @@
+ * This can be much slower and no memory statistics will be
+ * provided.
+ */
+-#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__APPLE__)
++
++/* always use the system malloc. seriously guys. */
+ # define SYSMALLOC
+-#else
+-# undef SYSMALLOC
+-#endif
+
+ /*
+ * USE_ACCESS Use access(2) rather than stat(2) when POSIX is defined.