diff options
author | 2003-01-06 15:23:35 +0000 | |
---|---|---|
committer | 2003-01-06 15:23:35 +0000 | |
commit | ae70c3b0365e1471dbf3e429c88a29c56740eae6 (patch) | |
tree | 850cd946b76cde1ab7a56a80a0bae5285dff0a17 /sys-devel | |
parent | removed sparc keywords (diff) | |
download | historical-ae70c3b0365e1471dbf3e429c88a29c56740eae6.tar.gz historical-ae70c3b0365e1471dbf3e429c88a29c56740eae6.tar.bz2 historical-ae70c3b0365e1471dbf3e429c88a29c56740eae6.zip |
looks like the perl ebuild is looking for the patch also...
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/perl/files/libperl-5.8.0-create-libperl-soname.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-devel/perl/files/libperl-5.8.0-create-libperl-soname.patch b/sys-devel/perl/files/libperl-5.8.0-create-libperl-soname.patch new file mode 100644 index 000000000000..f68fb8cc9ce8 --- /dev/null +++ b/sys-devel/perl/files/libperl-5.8.0-create-libperl-soname.patch @@ -0,0 +1,12 @@ +--- perl-5.8.0/Makefile.SH.orig 2002-12-28 07:46:27.000000000 +0200 ++++ perl-5.8.0/Makefile.SH 2002-06-09 19:04:06.000000000 +0200 +@@ -480,7 +480,7 @@ + case "$useshrplib" in + true) + $spitshell >>Makefile <<'!NO!SUBS!' +- $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) ++ $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) -Wl,-soname -Wl,libperl.so.`echo $(LIBPERL) | cut -d. -f3` + !NO!SUBS! + case "$osname" in + aix) + |