Description: hack around some bug in the library detection
Origin: vendor
Forwarded: no
Author: Ryan Niebur <ryanryan52@gmail.com>
Reviewed-by: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2012-04-21

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,7 +6,7 @@
 # override library and include directories here if desired
 my $lib = '';
 my $inc = '';
-my $extra_libs = '-lz -lssl -lcrypto';
+my $extra_libs = '-lssl -lcrypto';
 
 my @args = @ARGV;
 my @pass_through_args;
