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 <openwrt@daniel.thecshore.com>
This commit is contained in:
parent
36fa51e6ba
commit
c7e16dc74a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ endef
|
||||||
|
|
||||||
define Package/msmtp
|
define Package/msmtp
|
||||||
$(call Package/msmtp/Default)
|
$(call Package/msmtp/Default)
|
||||||
DEPENDS+= +libopenssl
|
DEPENDS+= +libopenssl +ca-bundle
|
||||||
TITLE+= (with SSL support)
|
TITLE+= (with SSL support)
|
||||||
VARIANT:=ssl
|
VARIANT:=ssl
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue