Config.in 297 B

1234567891011
  1. config BR2_PACKAGE_PERL_NET_SSH2
  2. bool "perl-net-ssh2"
  3. depends on !BR2_STATIC_LIBS
  4. select BR2_PACKAGE_LIBSSH2
  5. help
  6. Support for the SSH 2 protocol via libssh2.
  7. https://metacpan.org/release/Net-SSH2
  8. comment "perl-net-ssh2 needs a toolchain w/ dynamic library"
  9. depends on BR2_STATIC_LIBS