package/perl-net-ssleay: requires RMD160 support in openssl
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 12 Jun 2021 13:52:33 +0000 (15:52 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 12 Jun 2021 21:13:32 +0000 (23:13 +0200)
Enable RMD160 in openssl to fix build failure raised since commit
a83d41867c8d69a77d5cd0a665aa216af5340359

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>
package/perl-net-ssleay/Config.in

index 6998553ef873e99ed1b8d6b61a35c15a005a9d5e..d699e6671d8e7e2ddf7f69a157b724761dde31eb 100644 (file)
@@ -2,6 +2,7 @@ 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.