From: Jarkko Hietaniemi Date: Sun, 22 Jun 2003 16:44:16 +0000 (+0000) Subject: Until the Perl malloc problems in Tru64 are fixed. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7e51ecd7970e5ab67154a1eb99b2c95004024435;p=p5sagit%2Fp5-mst-13.2.git Until the Perl malloc problems in Tru64 are fixed. p4raw-id: //depot/perl@19842 --- diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index f08c318..db4b147 100644 --- a/hints/dec_osf.sh +++ b/hints/dec_osf.sh @@ -341,8 +341,13 @@ EOF esac case "$usemymalloc" in - '') - usemymalloc='n' + ''|'n') usemymalloc='n' + ;; + *) # The FILLCHECK_DEADBEEF() are failing. + case "$ccflags" in + *-DFILL_CHECK_DEFAULT=*) ;; + *) ccflags="$ccflags -DFILL_CHECK_DEFAULT=0" ;; + esac ;; esac # These symbols are renamed in so