Magellan Linux

Contents of /trunk/perl/patches/perl-5.8.7-sharedlinker.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 366 byte(s)
-import

1 --- perl-5.8.0/Makefile.SH.sharedlinker Tue Jun 18 12:36:27 2002
2 +++ perl-5.8.0/Makefile.SH Tue Jun 18 12:37:31 2002
3 @@ -61,6 +61,9 @@
4 netbsd*|freebsd[234]*|openbsd*)
5 linklibperl="-L. -lperl"
6 ;;
7 + linux*)
8 + shrpldflags="$shrpldflags $ldflags $perllibs $cryptlib"
9 + ;;
10 aix*)
11 shrpldflags="-H512 -T512 -bhalt:4 -bM:SRE -bE:perl.exp"
12 case "$osvers" in