diff options
author | Adrian M. Enache <enache@rdslink.ro> | 2003-03-25 01:56:25 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-03-24 21:05:48 +0000 |
commit | a5b4737e64a4b891a3d73bafd93a4bb6ad7167d1 (patch) | |
tree | f70fc05a2ef85c10010cf20304056f7ed72b3af5 /Makefile.SH | |
parent | 3ead035adc87ed5d8e8952c16671f1195712e890 (diff) | |
download | perl-a5b4737e64a4b891a3d73bafd93a4bb6ad7167d1.tar.gz |
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
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.SH b/Makefile.SH index 193b26573e..1281c12931 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. |