diff options
Diffstat (limited to 'sys-devel/libperl/files/libperl-5.8.4-create-libperl-soname.patch')
-rw-r--r-- | sys-devel/libperl/files/libperl-5.8.4-create-libperl-soname.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-devel/libperl/files/libperl-5.8.4-create-libperl-soname.patch b/sys-devel/libperl/files/libperl-5.8.4-create-libperl-soname.patch deleted file mode 100644 index 4aa8f36b1506..000000000000 --- a/sys-devel/libperl/files/libperl-5.8.4-create-libperl-soname.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) |