diff options
author | Frank Hunleth <fhunleth@troodon-software.com> | 2016-02-21 17:00:09 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-21 23:30:14 +0100 |
commit | c3deb953391f2ff67247fedbe0b5b6627fcd8f51 (patch) | |
tree | 55baf0ca20bc11388fab559e3faa257b62e2466e /package/ejabberd/0003-remove-testing-with-MySQL-and-PostgreSQL.patch | |
parent | 47da40e1d9f3bcad8635d563ae04e56597b8ca9e (diff) | |
download | buildroot-c3deb953391f2ff67247fedbe0b5b6627fcd8f51.tar.gz buildroot-c3deb953391f2ff67247fedbe0b5b6627fcd8f51.zip |
ejabberd: bump to version 16.01
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ejabberd/0003-remove-testing-with-MySQL-and-PostgreSQL.patch')
-rw-r--r-- | package/ejabberd/0003-remove-testing-with-MySQL-and-PostgreSQL.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/package/ejabberd/0003-remove-testing-with-MySQL-and-PostgreSQL.patch b/package/ejabberd/0003-remove-testing-with-MySQL-and-PostgreSQL.patch deleted file mode 100644 index 316406ad89..0000000000 --- a/package/ejabberd/0003-remove-testing-with-MySQL-and-PostgreSQL.patch +++ /dev/null @@ -1,34 +0,0 @@ -From a4192bbd52250bd52d80b05f81cd5645abc650dc Mon Sep 17 00:00:00 2001 -From: Philipp Huebner <debalance@debian.org> -Date: Sun, 21 Feb 2016 10:59:14 -0500 -Subject: [PATCH] remove testing with MySQL and PostgreSQL - -Without this patch a test would be initiated after building ejabberd -that requires specially configured instances of MySQL and PostgreSQL -to be up and running. ---- - Makefile.in | 6 ------ - 1 file changed, 6 deletions(-) - -diff --git a/Makefile.in b/Makefile.in -index b9d783a..9cd905f 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -282,14 +282,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 - - 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 \ --- -2.5.0 - |