summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2019-07-19 00:31:20 +0000
committergregor herrmann <gregoa@debian.org>2019-11-17 21:01:52 +0100
commit84db3a4930ba7f1d6a6d01173f110269e0c118c4 (patch)
tree4baf29e68902f9c1fecb04ddff2dd1fa8193126b
parent2a852bf73c0ced0b284c9252747d00a2912b095f (diff)
Avoid unnecessary dependency on libzarchive/debian/1.88-2
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') {