From: Francois Perrad Date: Tue, 27 Nov 2018 22:54:25 +0000 (+0100) Subject: perl-net-ssleay: fix dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1514da371f83ddc3345d688671f1a1c36bb74594;p=buildroot.git perl-net-ssleay: fix dependency this dependency was accidentally removed by https://git.busybox.net/buildroot/commit/package/perl-net-ssleay?id=da9e06cabc578bf9138e100d1492a2d5f2038415 Signed-off-by: Francois Perrad Signed-off-by: Peter Korsgaard --- diff --git a/package/perl-net-ssleay/Config.in b/package/perl-net-ssleay/Config.in index 16b18c45d6..6998553ef8 100644 --- a/package/perl-net-ssleay/Config.in +++ b/package/perl-net-ssleay/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_PERL_NET_SSLEAY bool "perl-net-ssleay" depends on !BR2_STATIC_LIBS + select BR2_PACKAGE_OPENSSL help Perl extension for using OpenSSL.