xref: /OK3568_Linux_fs/buildroot/package/perl-net-ssh2/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PERL_NET_SSH2
2*4882a593Smuzhiyun	bool "perl-net-ssh2"
3*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
4*4882a593Smuzhiyun	depends on BR2_PACKAGE_LIBSSH2_OPENSSL || BR2_PACKAGE_LIBSSH2_LIBGCRYPT
5*4882a593Smuzhiyun	select BR2_PACKAGE_ZLIB
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  Support for the SSH 2 protocol via libssh2.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  Note: only the OpenSSL and Libgcrypt backends of libssh2 are
10*4882a593Smuzhiyun	  supported.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  https://metacpan.org/release/Net-SSH2
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuncomment "perl-net-ssh2 needs a toolchain w/ dynamic library"
15*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS
16*4882a593Smuzhiyun
17*4882a593Smuzhiyuncomment "perl-net-ssh2 needs libssh2 with OpenSSL or Libgcrypt backend"
18*4882a593Smuzhiyun	depends on !(BR2_PACKAGE_LIBSSH2_OPENSSL || BR2_PACKAGE_LIBSSH2_LIBGCRYPT)
19