summaryrefslogtreecommitdiffstats
path: root/package/perl-net-ssh2/perl-net-ssh2.mk
diff options
context:
space:
mode:
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>2018-07-23 22:06:26 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-07-25 23:02:45 +0200
commit8868e6e3404b6bb5d8c562e65efb59eef256bac4 (patch)
tree945a981fd1205be78ed10249f0244eb427328c96 /package/perl-net-ssh2/perl-net-ssh2.mk
parent3ea6325af0a7c7ac9fc8d71e12fd9b15ec38aa08 (diff)
downloadbuildroot-8868e6e3404b6bb5d8c562e65efb59eef256bac4.tar.gz
buildroot-8868e6e3404b6bb5d8c562e65efb59eef256bac4.zip
perl-net-ssh2: add missing dependency on zlib
perl-net-ssh2 requires zlib. When using the openssl backend to libssh2, this dependency is implicit via openssl, but when using the libgcrypt backend the dependency is missing. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/perl-net-ssh2/perl-net-ssh2.mk')
-rw-r--r--package/perl-net-ssh2/perl-net-ssh2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/perl-net-ssh2/perl-net-ssh2.mk b/package/perl-net-ssh2/perl-net-ssh2.mk
index 6d84deb284..b174fa6210 100644
--- a/package/perl-net-ssh2/perl-net-ssh2.mk
+++ b/package/perl-net-ssh2/perl-net-ssh2.mk
@@ -9,6 +9,6 @@ PERL_NET_SSH2_SOURCE = Net-SSH2-$(PERL_NET_SSH2_VERSION).tar.gz
PERL_NET_SSH2_SITE = $(BR2_CPAN_MIRROR)/authors/id/S/SA/SALVA
PERL_NET_SSH2_LICENSE = Artistic or GPL-1.0+
PERL_NET_SSH2_LICENSE_FILES = README
-PERL_NET_SSH2_DEPENDENCIES = libssh2
+PERL_NET_SSH2_DEPENDENCIES = libssh2 zlib
$(eval $(perl-package))
OpenPOWER on IntegriCloud