From: Paul Green Date: Thu, 27 Nov 2003 21:51:26 +0000 (-0500) Subject: Fix perl 5.8 and 5.9 to build on latest VOS X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=072ad4feef3a4072abdaca12c8ee5f5270adc50e;p=p5sagit%2Fp5-mst-13.2.git Fix perl 5.8 and 5.9 to build on latest VOS From: "Green, Paul" Message-ID: p4raw-id: //depot/perl@21795 --- diff --git a/hints/vos.sh b/hints/vos.sh index 1ba8731..a5bf337 100644 --- a/hints/vos.sh +++ b/hints/vos.sh @@ -145,3 +145,5 @@ $rm -f t001$_o t001$_exe t001.kp EOCBU +# VOS 14.7 has minimal support for dynamic linking. Too minimal for perl. +usedl="undef"