commit ef4db7a00689413535de4d0c65f977ab02a22c3c
parent bbad924b507141cb0a5f8574672e2f183eb78737
Author: champtar <champetier.etienne@gmail.com>
Date: Mon, 18 Jul 2016 18:07:01 +0200
Merge pull request #2926 from cshore/pull-request-msmtp-ca-bundle
mail/msmtp: Make msmtp ssl version depend on ca-bundle
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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