summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2019-07-19 00:31:20 +0000
committergregor herrmann <gregoa@debian.org>2022-01-13 19:47:44 +0100
commit142644fb26ae309b8fffcc8585e119de91104b63 (patch)
tree51a7410d726f1d87d6e9cea110213fc21ef998d6
parent1b2fdbc797f77e3513e1b5f776703008ecf4ce89 (diff)
Avoid unnecessary dependency on libz
Gbp-Pq: Name 20no-stray-libz-link.patch
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index dc058ff..d656416 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -295,7 +295,7 @@ EOM
@{ $opts->{lib_links} } = map { $_ =~ s/32\b//g } @{ $opts->{lib_links} } if $Config{use64bitall};
}
else {
- push @{ $opts->{lib_links} }, qw( ssl crypto z );
+ push @{ $opts->{lib_links} }, qw( ssl crypto );
if (($Config{cc} =~ /aCC/i) && $^O eq 'hpux') {
print "*** Enabling HPUX aCC options (+e)\n";