kumquat-buildroot/package/perl-net-ssleay/Config.in
Fabrice Fontaine fb38555717 package/perl-net-ssleay: requires RMD160 support in openssl
Enable RMD160 in openssl to fix build failure raised since commit
a83d41867c

Fixes:
 - http://autobuild.buildroot.org/results/c17e37e50d2f6c7a26a9d993ae822e312f7b1f21

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-06-12 23:13:32 +02:00

13 lines
366 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_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