Debian lenny version packages
[pkg-perl] / deb-src / libnet-ssleay-perl / libnet-ssleay-perl-1.35 / debian / patches / 20no-stray-libz-link.patch
1 --- a/inc/Module/Install/PRIVATE/Net/SSLeay.pm
2 +++ b/inc/Module/Install/PRIVATE/Net/SSLeay.pm
3 @@ -94,8 +94,8 @@ EOM
4          $opts->{optimize} = '-O2 -g';
5          push @{ $opts->{lib_links} },
6               ($rsaref
7 -              ? qw( ssl crypto RSAglue rsaref z )
8 -              : qw( ssl crypto z )
9 +              ? qw( ssl crypto RSAglue rsaref )
10 +              : qw( ssl crypto )
11               );
12  
13          if (($Config{cc} =~ /aCC/i) && $^O eq 'hpux') {