diff options
author | Johan Oudinet <johan.oudinet@gmail.com> | 2015-07-08 11:54:14 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-11 12:22:11 +0200 |
commit | 23f4cf81bbe265a17302f810a62e5cfb1613830f (patch) | |
tree | 29552a2edbdbae86fe34aa627a3741d4b9fc74b4 /package/ejabberd/0003-disable-test.patch | |
parent | 77fbc684c56d3d247419c6473c67ba5f60b0c093 (diff) | |
download | buildroot-23f4cf81bbe265a17302f810a62e5cfb1613830f.tar.gz buildroot-23f4cf81bbe265a17302f810a62e5cfb1613830f.zip |
ejabberd: bump to version 15.06
Adapt patches accordingly and add a dependency to getent.
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-disable-test.patch')
-rw-r--r-- | package/ejabberd/0003-disable-test.patch | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/package/ejabberd/0003-disable-test.patch b/package/ejabberd/0003-disable-test.patch index 4354ab6a07..1b28957257 100644 --- a/package/ejabberd/0003-disable-test.patch +++ b/package/ejabberd/0003-disable-test.patch @@ -6,16 +6,22 @@ Author: Philipp Huebner <debalance@debian.org> Index: ejabberd/Makefile.in =================================================================== ---- ejabberd.orig/Makefile.in -+++ ejabberd/Makefile.in -@@ -260,10 +260,6 @@ dialyzer: erlang_plt deps_plt ejabberd_p +diff --git a/Makefile.in b/Makefile.in +index ffd1d30..835d611 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -306,14 +306,8 @@ dialyzer: erlang_plt deps_plt ejabberd_plt status=$$? ; if [ $$status -ne 2 ]; then exit $$status; else exit 0; fi test: - @echo "************************** NOTICE ***************************************" - @cat test/README - @echo "*************************************************************************" +- @cd priv && ln -sf ../sql - $(REBAR) skip_deps=true ct - .PHONY: src doc edoc dialyzer Makefile TAGS clean clean-rel distclean rel \ + quicktest: +- $(REBAR) skip_deps=true ct suites=elixir + + .PHONY: src edoc dialyzer Makefile TAGS clean clean-rel distclean rel \ install uninstall uninstall-binary uninstall-all translations deps test spec \ |