From: Daniel Dickinson Date: Sat, 14 May 2016 03:34:38 +0000 (-0400) Subject: mail/msmtp: Make msmtp ssl version depend on ca-bundle X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c7e16dc74a220f7132c71b330636b3b19cfc2680;p=openwrt-packages.git 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 --- 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