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