projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36fa51e
)
mail/msmtp: Make msmtp ssl version depend on ca-bundle
author
Daniel Dickinson
<
[email protected]
>
Sat, 14 May 2016 03:34:38 +0000
(23:34 -0400)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/mail/msmtp/Makefile
b/mail/msmtp/Makefile
index 9a29f5ce032237ecccf15057dcb002e4ed7a0c7b..4f9dce3a3eb59519d9a82eea78bbf7d8e51a92ea 100644
(file)
--- 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