From: Adrian M. Enache Date: Mon, 24 Mar 2003 23:56:25 +0000 (+0200) Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a5b4737e64a4b891a3d73bafd93a4bb6ad7167d1;p=p5sagit%2Fp5-mst-13.2.git Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu) Message-ID: <20030324215625.GB853@ratsnest.hole> p4raw-id: //depot/perl@19056 --- diff --git a/Makefile.SH b/Makefile.SH index 193b265..1281c12 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -96,6 +96,11 @@ true) ldlibpth=`echo $ldlibpth | sed 's/:*$//'` ;; esac + case "$osname" in + linux) + ldlibpth="LD_PRELOAD=\"\$\$LD_PRELOAD `pwd`/$libperl\" $ldlibpth" + ;; + esac ;; *) pldlflags='' static_target='static' @@ -110,9 +115,6 @@ esac case "$osname" in os390) test -f /bin/env && ldlibpth="/bin/env $ldlibpth" ;; -linux) - ldlibpth="LD_PRELOAD=\"\$\$LD_PRELOAD `pwd`/$libperl\" $ldlibpth" - ;; esac : Prepare dependency lists for Makefile.