2014-07-17 18:32:59 +02:00
|
|
|
config BR2_PACKAGE_PERL_IO_SOCKET_SSL
|
|
|
|
bool "perl-io-socket-ssl"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2014-07-17 18:32:59 +02:00
|
|
|
select BR2_PACKAGE_PERL_NET_SSLEAY
|
|
|
|
help
|
|
|
|
Nearly transparent SSL encapsulation for IO::Socket::INET.
|
|
|
|
|
|
|
|
https://github.com/noxxi/p5-io-socket-ssl
|
|
|
|
|
|
|
|
comment "perl-io-socket-ssl needs a toolchain w/ dynamic library"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on BR2_STATIC_LIBS
|