diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-01-06 14:31:24 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-01-06 14:31:24 +0000 |
commit | 038d5b270284a403d39525cb47c2d540ddb8fb60 (patch) | |
tree | a1d0c60653573bba81906c6703d7d4cbd3bad971 /sys-devel/libperl/files | |
parent | fixing KEYWORDS (diff) | |
download | historical-038d5b270284a403d39525cb47c2d540ddb8fb60.tar.gz historical-038d5b270284a403d39525cb47c2d540ddb8fb60.tar.bz2 historical-038d5b270284a403d39525cb47c2d540ddb8fb60.zip |
Initial import of the new libperl ebuild
Diffstat (limited to 'sys-devel/libperl/files')
-rw-r--r-- | sys-devel/libperl/files/digest-libperl-5.8.0 | 1 | ||||
-rw-r--r-- | sys-devel/libperl/files/libperl-5.8.0-create-libperl-soname.patch | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/sys-devel/libperl/files/digest-libperl-5.8.0 b/sys-devel/libperl/files/digest-libperl-5.8.0 new file mode 100644 index 000000000000..517f2bed79ae --- /dev/null +++ b/sys-devel/libperl/files/digest-libperl-5.8.0 @@ -0,0 +1 @@ +MD5 d9bdb180620306023fd35901a2878b62 perl-5.8.0.tar.gz 11023084 diff --git a/sys-devel/libperl/files/libperl-5.8.0-create-libperl-soname.patch b/sys-devel/libperl/files/libperl-5.8.0-create-libperl-soname.patch new file mode 100644 index 000000000000..f68fb8cc9ce8 --- /dev/null +++ b/sys-devel/libperl/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) + |