X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fhpux.sh;h=1eaf249f7e945b9d966642760e6af5871cb8f77d;hb=588cafc81b146d309df37bae231b533d51bccb74;hp=c08cdf9e7710852befe573c14d954e9a20586b3a;hpb=a4349beab060ae6e975b158829344a74589cf57b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/hpux.sh b/hints/hpux.sh index c08cdf9..1eaf249 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -548,11 +548,17 @@ EOM libswanted="$*" fi - usemymalloc='n' ;; esac EOCBU +# The mysterious io_xs memory corruption in 11.00 32bit seems to get +# fixed by not using Perl's malloc. +usemymalloc='n' +case "$useperlio" in + $undef|false|[nN]*) usemymalloc='y' ;; + esac + # fpclassify() is a macro, the library call is Fpclassify # Similarly with the others below. d_fpclassify='define'