mail/msmtp: Make msmtp ssl version depend on ca-bundle
authorDaniel Dickinson <[email protected]>
Sat, 14 May 2016 03:34:38 +0000 (23:34 -0400)
committerDaniel Dickinson <[email protected]>
Tue, 5 Jul 2016 02:14:13 +0000 (22:14 -0400)
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 <[email protected]>
mail/msmtp/Makefile

index 9a29f5ce032237ecccf15057dcb002e4ed7a0c7b..4f9dce3a3eb59519d9a82eea78bbf7d8e51a92ea 100644 (file)
@@ -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