1514da371f
this dependency was accidentally removed by https://git.busybox.net/buildroot/commit/package/perl-net-ssleay?id=da9e06cabc578bf9138e100d1492a2d5f2038415 Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
config BR2_PACKAGE_PERL_NET_SSLEAY
|
|
bool "perl-net-ssleay"
|
|
depends on !BR2_STATIC_LIBS
|
|
select BR2_PACKAGE_OPENSSL
|
|
help
|
|
Perl extension for using OpenSSL.
|
|
|
|
https://metacpan.org/release/Net-SSLeay
|
|
|
|
comment "perl-net-ssleay needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|