]> git.pld-linux.org Git - packages/perl-Net-SSLeay.git/blame - perl-Net-SSLeay-no_zlib.patch
up to 1.84
[packages/perl-Net-SSLeay.git] / perl-Net-SSLeay-no_zlib.patch
CommitLineData
a7650be1 1--- Net-SSLeay-1.36/inc/Module/Install/PRIVATE/Net/SSLeay.pm~ 2011-01-30 01:12:37.300174420 +0100
2+++ Net-SSLeay-1.36/inc/Module/Install/PRIVATE/Net/SSLeay.pm 2011-01-30 01:12:42.141086087 +0100
3@@ -95,8 +95,8 @@
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') {
This page took 0.025782 seconds and 4 git commands to generate.