Change 19056 by [EMAIL PROTECTED] on 2003/03/24 21:05:48
Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
From: Enache Adrian <[EMAIL PROTECTED]>
Date: Mon, 24 Mar 2003 23:56:25 +0200
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/Makefile.SH#262 edit
Differences ...
==== //depot/perl/Makefile.SH#262 (text) ====
Index: perl/Makefile.SH
--- perl/Makefile.SH#261~19055~ Sun Mar 23 23:05:39 2003
+++ perl/Makefile.SH Mon Mar 24 13:05:48 2003
@@ -96,6 +96,11 @@
ldlibpth=`echo $ldlibpth | sed 's/:*$//'`
;;
esac
+ case "$osname" in
+ linux)
+ ldlibpth="LD_PRELOAD=\"\$\$LD_PRELOAD `pwd`/$libperl\" $ldlibpth"
+ ;;
+ esac
;;
*) pldlflags=''
static_target='static'
@@ -109,9 +114,6 @@
case "$osname" in
os390) test -f /bin/env && ldlibpth="/bin/env $ldlibpth"
- ;;
-linux)
- ldlibpth="LD_PRELOAD=\"\$\$LD_PRELOAD `pwd`/$libperl\" $ldlibpth"
;;
esac
End of Patch.