Config.in 495 B

1234567891011121314
  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_MOZILLA_CA # runtime
  6. select BR2_PACKAGE_PERL_NET_HTTP # runtime
  7. select BR2_PACKAGE_PERL_LIBWWW_PERL # runtime
  8. help
  9. Provide https support for LWP::UserAgent.
  10. https://github.com/libwww-perl/LWP-Protocol-https
  11. comment "perl-lwp-protocol-https needs a toolchain w/ dynamic library"
  12. depends on BR2_STATIC_LIBS