]> git.pld-linux.org Git - packages/perl.git/blobdiff - perl_581-soname.patch
- -base Conflicts:: perl < 1:5.8.0 (file conflicts with perl from Ra)
[packages/perl.git] / 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.122318 seconds and 4 git commands to generate.