X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Funicos.sh;h=ab0203bec6180b295d89ab412d5a2b4b5917fdc9;hb=5283c38dd940ecd0ecd0d109b776570da14aafb4;hp=111cbb9fc794498b8a8ecb871c4eb99873bded34;hpb=6ee623d521a149edc6574c512fa951a192cd086a;p=p5sagit%2Fp5-mst-13.2.git 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