summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2019-07-19 00:31:20 +0000
committergregor herrmann <gregoa@debian.org>2022-05-15 00:18:05 +0200
commit57e90607a86ec5eb1e30d704dc469e0d9613ae27 (patch)
treea41dd2dbc6e590593ca06ab33c82808fcee0a0a4
parent6377ead1d89a1a93fc2824adb1a86bb7edc06826 (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";