From: Jakub Bogusz Date: Wed, 12 May 2004 21:13:11 +0000 (+0000) Subject: - restored, needed in some cases X-Git-Tag: auto/ac/perl-5_8_4-7~4 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=5c1db9f48ae2e4b19dd98096ac2e1dcb927cd888;p=packages%2Fperl.git - restored, needed in some cases Changed files: perl_580-use-LD_PRELOAD-for-libperl.so.patch -> 1.3 --- diff --git a/perl_580-use-LD_PRELOAD-for-libperl.so.patch b/perl_580-use-LD_PRELOAD-for-libperl.so.patch new file mode 100644 index 0000000..105f911 --- /dev/null +++ b/perl_580-use-LD_PRELOAD-for-libperl.so.patch @@ -0,0 +1,16 @@ +--- perl-5.6.0/Makefile.SH.pix Sat Mar 11 11:05:24 2000 ++++ perl-5.6.0/Makefile.SH Fri Dec 15 07:29:42 2000 +@@ -30,12 +30,7 @@ + true) + # Prefix all runs of 'miniperl' and 'perl' with + # $ldlibpth so that ./perl finds *this* shared libperl. +- case "$LD_LIBRARY_PATH" in +- '') +- ldlibpth="LD_LIBRARY_PATH=`pwd`";; +- *) +- ldlibpth="LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}";; +- esac ++ ldlibpth="LD_PRELOAD=`pwd`/libperl.so" + + pldlflags="$cccdlflags" + case "${osname}${osvers}" in