]> git.pld-linux.org Git - packages/perl-Net-SSLeay.git/commitdiff
- NEW: don't link with -lz because it isn't used
authorsparky <sparky@pld-linux.org>
Sun, 30 Jan 2011 00:15:32 +0000 (00:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Net-SSLeay-no_zlib.patch -> 1.1

perl-Net-SSLeay-no_zlib.patch [new file with mode: 0644]

diff --git a/perl-Net-SSLeay-no_zlib.patch b/perl-Net-SSLeay-no_zlib.patch
new file mode 100644 (file)
index 0000000..f69aa0c
--- /dev/null
@@ -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') {
This page took 0.123283 seconds and 4 git commands to generate.