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/0003-remove-checking-erlang-version.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/0003-remove-checking-erlang-version.patch')
-rw-r--r-- | package/ejabberd/0003-remove-checking-erlang-version.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ejabberd/0003-remove-checking-erlang-version.patch b/package/ejabberd/0003-remove-checking-erlang-version.patch index ebcdd54645..da3bf2a89e 100644 --- a/package/ejabberd/0003-remove-checking-erlang-version.patch +++ b/package/ejabberd/0003-remove-checking-erlang-version.patch @@ -6,6 +6,8 @@ Subject: [PATCH] remove checking erlang version Without this patch, the configure will try to run erlang to simply check if the version is supported by ejabberd. Instead, we do this test statically. + +Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> --- configure.ac | 2 -- 1 file changed, 2 deletions(-) |