]> git.pld-linux.org Git - packages/perl.git/blame - perl-use-LD_PRELOAD-for-libperl.so.patch
- merged changes from AC-branch
[packages/perl.git] / perl-use-LD_PRELOAD-for-libperl.so.patch
CommitLineData
a7a8b825 1--- perl-5.6.0/Makefile.SH.pix Sat Mar 11 11:05:24 2000
2+++ perl-5.6.0/Makefile.SH Fri Dec 15 07:29:42 2000
3@@ -30,12 +30,7 @@
4 true)
5 # Prefix all runs of 'miniperl' and 'perl' with
6 # $ldlibpth so that ./perl finds *this* shared libperl.
7- case "$LD_LIBRARY_PATH" in
8- '')
9- ldlibpth="LD_LIBRARY_PATH=`pwd`";;
10- *)
11- ldlibpth="LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}";;
12- esac
13+ ldlibpth="LD_PRELOAD=`pwd`/libperl.so"
14
15 pldlflags="$cccdlflags"
16 case "${osname}${osvers}" in
This page took 0.16615 seconds and 4 git commands to generate.