Merge pull request #2926 from cshore/pull-request-msmtp-ca-bundle

mail/msmtp: Make msmtp ssl version depend on ca-bundle
This commit is contained in:
champtar 2016-07-18 18:07:01 +02:00 committed by GitHub
commit ef4db7a006
1 changed files with 1 additions and 1 deletions

View 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