From a5b4737e64a4b891a3d73bafd93a4bb6ad7167d1 Mon Sep 17 00:00:00 2001 From: "Adrian M. Enache" Date: Tue, 25 Mar 2003 01:56:25 +0200 Subject: [PATCH] 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 --- Makefile.SH | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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. -- 2.7.4