]> git.pld-linux.org Git - packages/perl.git/commitdiff
- fixed (added preload-related chunk) PERL_5_8_5
authorradek <radek@pld-linux.org>
Sun, 28 Nov 2004 12:51:50 +0000 (12:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl_581-soname.patch -> 1.2

perl_581-soname.patch

index 5632c819422ae32f25ca2d06ee4efc626171f686..b0daee31b5da7ba6fb582fdd51094ee1d7a70bb0 100644 (file)
@@ -1,5 +1,23 @@
 --- perl-5.8.1/Makefile.SH.orig        Tue Aug 19 18:42:51 2003
 +++ perl-5.8.1/Makefile.SH     Fri Aug 22 14:33:39 2003
+@@ -116,7 +116,7 @@
+           # INSTALL file, under "Building a shared perl library".
+           # If there is no pre-existing $libperl, we don't need
+           # to do anything further.
+-          if test -f $archlib/CORE/$libperl; then
++#         if test -f $archlib/CORE/$libperl; then
+               rm -f preload
+               cat <<'EOT' > preload
+ #! /bin/sh
+@@ -127,7 +127,7 @@
+ EOT
+               chmod 755 preload
+               ldlibpth="$ldlibpth `pwd`/preload `pwd`/$libperl"
+-          fi
++#         fi
+           ;;
+       os390)  test -f /bin/env && ldlibpth="/bin/env $ldlibpth"
+               ;;
 @@ -494,13 +489,15 @@
  Makefile: $Makefile_s
  !GROK!THIS!
This page took 0.036092 seconds and 4 git commands to generate.