diff options
Diffstat (limited to 'sys-devel/libperl/files/libperl-5.8.1_rc2-create-libperl-soname.patch')
-rw-r--r-- | sys-devel/libperl/files/libperl-5.8.1_rc2-create-libperl-soname.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-devel/libperl/files/libperl-5.8.1_rc2-create-libperl-soname.patch b/sys-devel/libperl/files/libperl-5.8.1_rc2-create-libperl-soname.patch new file mode 100644 index 000000000000..4aa8f36b1506 --- /dev/null +++ b/sys-devel/libperl/files/libperl-5.8.1_rc2-create-libperl-soname.patch @@ -0,0 +1,11 @@ +--- Makefile.SH.orig 2003-07-10 14:59:04.000000000 -0700 ++++ Makefile.SH 2003-07-10 15:14:08.000000000 -0700 +@@ -494,7 +494,7 @@ + case "$useshrplib" in + true) + $spitshell >>Makefile <<'!NO!SUBS!' +- $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) $(libs) ++ $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) $(libs) -Wl,-soname -Wl,libperl.so.`echo $(LIBPERL) | cut -d. -f3` + !NO!SUBS! + case "$osname" in + aix) |