]> git.pld-linux.org Git - packages/perl.git/commitdiff
- obsolete; perl has its own LD_PRELOAD handling, which avoids massive warnings
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 10 Feb 2008 14:30:25 +0000 (14:30 +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.4

perl_580-use-LD_PRELOAD-for-libperl.so.patch [deleted file]

diff --git a/perl_580-use-LD_PRELOAD-for-libperl.so.patch b/perl_580-use-LD_PRELOAD-for-libperl.so.patch
deleted file mode 100644 (file)
index 105f911..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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.045931 seconds and 4 git commands to generate.