summaryrefslogtreecommitdiffstats
path: root/package/perl-net-ssleay
diff options
context:
space:
mode:
Diffstat (limited to 'package/perl-net-ssleay')
-rw-r--r--package/perl-net-ssleay/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/perl-net-ssleay/Config.in b/package/perl-net-ssleay/Config.in
index bc219b063e..7cc5157cd2 100644
--- a/package/perl-net-ssleay/Config.in
+++ b/package/perl-net-ssleay/Config.in
@@ -1,7 +1,11 @@
config BR2_PACKAGE_PERL_NET_SSLEAY
bool "perl-net-ssleay"
+ depends on !BR2_PREFER_STATIC_LIB
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_PREFER_STATIC_LIB
OpenPOWER on IntegriCloud