/[gentoo-x86]/sys-devel/libperl/files/libperl-create-libperl-soname.patch
Gentoo

Contents of /sys-devel/libperl/files/libperl-create-libperl-soname.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Wed Jun 29 22:13:08 2005 UTC (7 years, 11 months ago) by mcummings
Branch: MAIN
CVS Tags: HEAD
Perl 5.8.6 unmasking; perl 5.8.7 being added
(Portage version: 2.0.51.22-r1)

1 --- Makefile.SH.orig 2003-07-10 14:59:04.000000000 -0700
2 +++ Makefile.SH 2003-07-10 15:14:08.000000000 -0700
3 @@ -494,7 +494,7 @@
4 case "$useshrplib" in
5 true)
6 $spitshell >>Makefile <<'!NO!SUBS!'
7 - $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) $(libs)
8 + $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) $(libs) -Wl,-soname -Wl,libperl.so.`echo $(LIBPERL) | cut -d. -f3`
9 !NO!SUBS!
10 case "$osname" in
11 aix)

  ViewVC Help
Powered by ViewVC 1.1.20