13 lines
353 B
Diff
13 lines
353 B
Diff
|
--- perl-5.8.0/Makefile.SH.makerpath 2002-12-31 10:15:21.000000000 -0500
|
||
|
+++ perl-5.8.0/Makefile.SH 2002-12-31 10:34:13.000000000 -0500
|
||
|
@@ -110,6 +110,9 @@
|
||
|
case "$osname" in
|
||
|
os390) test -f /bin/env && ldlibpth="/bin/env $ldlibpth"
|
||
|
;;
|
||
|
+linux*)
|
||
|
+ ldlibpth="LD_PRELOAD=`pwd`/libperl.so $ldlibpth"
|
||
|
+ ;;
|
||
|
esac
|
||
|
|
||
|
: Prepare dependency lists for Makefile.
|