]> git.pld-linux.org Git - packages/perl.git/commitdiff
- restored, needed in some cases
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 12 May 2004 21:13:11 +0000 (21:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl_580-use-LD_PRELOAD-for-libperl.so.patch -> 1.3

perl_580-use-LD_PRELOAD-for-libperl.so.patch [new file with mode: 0644]

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 (file)
index 0000000..105f911
--- /dev/null
@@ -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
This page took 0.087551 seconds and 4 git commands to generate.