mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
Fixes: https://autobuild.buildroot.net/results/953/953210ed672559e63a96da729182af00ca02c011/ The build error occurred already in 2024: https://autobuild.buildroot.net/results/f93/f930c7b3219a57421c1b0a0ef3a4445c19b43e97/ so backporting this fix seems needed. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
434 B
Plaintext
14 lines
434 B
Plaintext
config BR2_PACKAGE_PERL_NET_SSLEAY
|
|
bool "perl-net-ssleay"
|
|
depends on !BR2_STATIC_LIBS
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
|
|
select BR2_PACKAGE_LIBOPENSSL_ENABLE_RMD160 if BR2_PACKAGE_LIBOPENSSL
|
|
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
|