1config BR2_PACKAGE_PERL_NET_SSLEAY 2 bool "perl-net-ssleay" 3 depends on !BR2_STATIC_LIBS 4 select BR2_PACKAGE_OPENSSL 5 select BR2_PACKAGE_LIBOPENSSL_ENABLE_RMD160 if BR2_PACKAGE_LIBOPENSSL 6 help 7 Perl extension for using OpenSSL. 8 9 https://metacpan.org/release/Net-SSLeay 10 11comment "perl-net-ssleay needs a toolchain w/ dynamic library" 12 depends on BR2_STATIC_LIBS 13