Config.in 595 B

123456789101112131415161718
  1. config BR2_PACKAGE_PERL_NET_SSH2
  2. bool "perl-net-ssh2"
  3. depends on !BR2_STATIC_LIBS
  4. depends on BR2_PACKAGE_LIBSSH2_OPENSSL || BR2_PACKAGE_LIBSSH2_LIBGCRYPT
  5. select BR2_PACKAGE_ZLIB
  6. help
  7. Support for the SSH 2 protocol via libssh2.
  8. Note: only the OpenSSL and Libgcrypt backends of libssh2 are
  9. supported.
  10. https://metacpan.org/release/Net-SSH2
  11. comment "perl-net-ssh2 needs a toolchain w/ dynamic library"
  12. depends on BR2_STATIC_LIBS
  13. comment "perl-net-ssh2 needs libssh2 with OpenSSL or Libgcrypt backend"
  14. depends on !(BR2_PACKAGE_LIBSSH2_OPENSSL || BR2_PACKAGE_LIBSSH2_LIBGCRYPT)