Config.in 449 B

12345678910111213
  1. config BR2_PACKAGE_PERL_LWP_PROTOCOL_HTTPS
  2. bool "perl-lwp-protocol-https"
  3. depends on !BR2_STATIC_LIBS
  4. select BR2_PACKAGE_PERL_IO_SOCKET_SSL # runtime
  5. select BR2_PACKAGE_PERL_NET_HTTP # runtime
  6. select BR2_PACKAGE_PERL_LIBWWW_PERL # runtime
  7. help
  8. Provide https support for LWP::UserAgent.
  9. https://github.com/libwww-perl/LWP-Protocol-https
  10. comment "perl-lwp-protocol-https needs a toolchain w/ dynamic library"
  11. depends on BR2_STATIC_LIBS