From c7e16dc74a220f7132c71b330636b3b19cfc2680 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Fri, 13 May 2016 23:34:38 -0400 Subject: [PATCH] mail/msmtp: Make msmtp ssl version depend on ca-bundle msmtp fails when /etc/ssl/certs/ca-certifictes.crt bundle is not present (for the SSL version), therefore add a dependency on ca-bundle packages (newly added to trunk). Signed-off-by: Daniel Dickinson --- mail/msmtp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 9a29f5ce0..4f9dce3a3 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -44,7 +44,7 @@ endef define Package/msmtp $(call Package/msmtp/Default) - DEPENDS+= +libopenssl + DEPENDS+= +libopenssl +ca-bundle TITLE+= (with SSL support) VARIANT:=ssl endef