From: sparky Date: Sun, 30 Jan 2011 00:15:32 +0000 (+0000) Subject: - NEW: don't link with -lz because it isn't used X-Git-Tag: auto/ti/perl-Net-SSLeay-1_36-4~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fperl-Net-SSLeay.git;a=commitdiff_plain;h=a7650be1ae0f7962fea66985be88dce1c3c822cf - NEW: don't link with -lz because it isn't used Changed files: perl-Net-SSLeay-no_zlib.patch -> 1.1 --- diff --git a/perl-Net-SSLeay-no_zlib.patch b/perl-Net-SSLeay-no_zlib.patch new file mode 100644 index 0000000..f69aa0c --- /dev/null +++ b/perl-Net-SSLeay-no_zlib.patch @@ -0,0 +1,13 @@ +--- Net-SSLeay-1.36/inc/Module/Install/PRIVATE/Net/SSLeay.pm~ 2011-01-30 01:12:37.300174420 +0100 ++++ Net-SSLeay-1.36/inc/Module/Install/PRIVATE/Net/SSLeay.pm 2011-01-30 01:12:42.141086087 +0100 +@@ -95,8 +95,8 @@ + $opts->{optimize} = '-O2 -g'; + push @{ $opts->{lib_links} }, + ($rsaref +- ? qw( ssl crypto RSAglue rsaref z ) +- : qw( ssl crypto z ) ++ ? qw( ssl crypto RSAglue rsaref ) ++ : qw( ssl crypto ) + ); + + if (($Config{cc} =~ /aCC/i) && $^O eq 'hpux') {