From: Jarkko Hietaniemi Date: Wed, 24 Jun 1998 12:37:14 +0000 (+0300) Subject: disable perl malloc on UNICOS for now X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5283c38dd940ecd0ecd0d109b776570da14aafb4;p=p5sagit%2Fp5-mst-13.2.git disable perl malloc on UNICOS for now Message-Id: <199806240937.MAA01669@alpha.hut.fi> Subject: [PATCH] 5.004_68: UNICOS hints p4raw-id: //depot/perl@1234 --- diff --git a/hints/unicos.sh b/hints/unicos.sh index 111cbb9..ab0203b 100644 --- a/hints/unicos.sh +++ b/hints/unicos.sh @@ -7,7 +7,10 @@ esac d_setregid='undef' d_setreuid='undef' case "$usemymalloc" in -'') usemymalloc='y' - ccflags="$ccflags -DNO_RCHECK" +'') # The perl malloc.c SHOULD work says Ilya. + # But for the time being (5.004_68), alas, it doesn't. + # usemymalloc='y' + # ccflags="$ccflags -DNO_RCHECK" + usemymalloc='n' ;; esac