[Buildroot] [git commit] perl-net-ssleay: fix dependency

Peter Korsgaard peter at korsgaard.com
Thu Nov 29 18:55:32 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=1514da371f83ddc3345d688671f1a1c36bb74594
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

this dependency was accidentally removed
by https://git.busybox.net/buildroot/commit/package/perl-net-ssleay?id=da9e06cabc578bf9138e100d1492a2d5f2038415

Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/perl-net-ssleay/Config.in | 1 +
 1 file changed, 1 insertion(+)

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.
 



More information about the buildroot mailing list