From 8868e6e3404b6bb5d8c562e65efb59eef256bac4 Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Mon, 23 Jul 2018 22:06:26 +0200 Subject: 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 Signed-off-by: Thomas Petazzoni --- package/perl-net-ssh2/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/perl-net-ssh2/Config.in') diff --git a/package/perl-net-ssh2/Config.in b/package/perl-net-ssh2/Config.in index 07c42ee5b1..8f359b7015 100644 --- a/package/perl-net-ssh2/Config.in +++ b/package/perl-net-ssh2/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_PERL_NET_SSH2 bool "perl-net-ssh2" depends on !BR2_STATIC_LIBS select BR2_PACKAGE_LIBSSH2 + select BR2_PACKAGE_ZLIB help Support for the SSH 2 protocol via libssh2. -- cgit v1.2.3