]> git.pld-linux.org Git - packages/perl.git/commitdiff
a4082d0186269ce2f5e31dcdd735ddca perl-soname.patch
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 15 Apr 2001 18:56:19 +0000 (18:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-soname.patch -> 1.1

perl-soname.patch [new file with mode: 0644]

diff --git a/perl-soname.patch b/perl-soname.patch
new file mode 100644 (file)
index 0000000..6f9aee7
--- /dev/null
@@ -0,0 +1,14 @@
+--- perl-5.6.1/Makefile.SH~    Sun Apr 15 18:20:15 2001
++++ perl-5.6.1/Makefile.SH     Sun Apr 15 18:36:49 2001
+@@ -429,7 +429,8 @@
+       case "$useshrplib" in
+       true)
+-              $spitshell >>Makefile <<'!NO!SUBS!'
+-      $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj)
+-!NO!SUBS!
++              $spitshell >>Makefile <<!GROK!THIS!
++      \$(LD) -o \$(LIBPERL).$version \$(SHRPLDFLAGS) -Wl,-soname,\$(LIBPERL).$version perl\$(OBJ_EXT) \$(obj)
++      ln -sf \$(LIBPERL).$version \$@
++!GROK!THIS!
+               case "$osname" in
+               aix)
This page took 0.081206 seconds and 4 git commands to generate.