summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2019-07-19 00:31:20 +0000
committergregor herrmann <gregoa@debian.org>2020-03-21 20:27:30 +0100
commit12595265d1cd4f93add0bce92ea56f0ef64b5ed0 (patch)
tree1400aafe3810425f4eabf652c5089afbad6fad49
parent923ca4c486a996c56fbd9b62abe43920210d6584 (diff)
Avoid unnecessary dependency on libz
Gbp-Pq: Name 20no-stray-libz-link.patch
-rw-r--r--Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 31d9c74..052a9ad 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -202,8 +202,8 @@ EOM
else {
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') {