1config 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 11 https://github.com/libwww-perl/LWP-Protocol-https 12 13comment "perl-lwp-protocol-https needs a toolchain w/ dynamic library" 14 depends on BR2_STATIC_LIBS 15