mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Added via utils/scancpan, adding a host dependency to perl-try-tiny and target dependency to openssl. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
348 B
Plaintext
13 lines
348 B
Plaintext
config BR2_PACKAGE_PERL_CRYPT_SSLEAY
|
|
bool "perl-crypt-ssleay"
|
|
depends on !BR2_STATIC_LIBS
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_PERL_LWP_PROTOCOL_HTTPS # runtime
|
|
help
|
|
OpenSSL support for LWP.
|
|
|
|
https://metacpan.org/release/Crypt-SSLeay
|
|
|
|
comment "perl-crypt-ssleay needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|