diff options
author | Johan Oudinet <johan.oudinet@gmail.com> | 2017-06-06 16:33:11 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-06 22:34:11 +0200 |
commit | 35d46ba365c00d21f5101abb6e435fe1c29b5a86 (patch) | |
tree | cff09831d569180c6a2565b77cfd40afdd541081 /package/ejabberd/0004-correct-include.patch | |
parent | 1b189ce2f7b0f6bc5eb881e0392c04405d5eca18 (diff) | |
download | buildroot-35d46ba365c00d21f5101abb6e435fe1c29b5a86.tar.gz buildroot-35d46ba365c00d21f5101abb6e435fe1c29b5a86.zip |
ejabberd: bump to version 17.04
There are new dependencies: erlang-p1-jiffy, erlang-p1-oauth2,
erlang-p1-stun, erlang-p1-tls, erlang-p1-utils, erlang-p1-xmpp
as well as two host dependencies on erlang-p1-utils and
erlang-p1-xmpp. Otherwise the compilation via rebar fails.
4 patches have been refreshed and a new patch have been introduced to
tell rebar to use host dependencies instead of trying to download them.
Hopefully this patch could be drop in ejabberd 17.06. Missing SoB in
patches have been added as well.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ejabberd/0004-correct-include.patch')
-rw-r--r-- | package/ejabberd/0004-correct-include.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ejabberd/0004-correct-include.patch b/package/ejabberd/0004-correct-include.patch index fd1dee2850..4db7395f75 100644 --- a/package/ejabberd/0004-correct-include.patch +++ b/package/ejabberd/0004-correct-include.patch @@ -6,6 +6,8 @@ Subject: [PATCH] correct include This part of the code was moved into it's own project and was packaged separately by me. To make the build process work, this small fix is necessary. + +Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> --- src/mod_sip.erl | 2 +- src/mod_sip_proxy.erl | 2 +- |