summaryrefslogtreecommitdiffstats
path: root/package/ejabberd/0008-rebar-uses-host-dependencies.patch
diff options
context:
space:
mode:
authorJohan Oudinet <johan.oudinet@gmail.com>2018-01-19 17:29:31 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2018-01-29 22:27:19 +0100
commitc8ed115508daa14b185d48fb7a4af54a23e4c970 (patch)
tree7fd593e1916ef7716b73cb647900bb14cc04ac81 /package/ejabberd/0008-rebar-uses-host-dependencies.patch
parentc683d37cdcd920497cbd15cc7fadac756b641a04 (diff)
downloadbuildroot-c8ed115508daa14b185d48fb7a4af54a23e4c970.tar.gz
buildroot-c8ed115508daa14b185d48fb7a4af54a23e4c970.zip
ejabberd: Bump to version 17.11
* Adapt all patches. * Use the new configure option enable-system-deps even though there is still a patch needed to correct includes. * Disable graphics to not depends on X libraries. Disable also mod_avatar from the default loaded modules, since this module requires graphics enabled. Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ejabberd/0008-rebar-uses-host-dependencies.patch')
-rw-r--r--package/ejabberd/0008-rebar-uses-host-dependencies.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/package/ejabberd/0008-rebar-uses-host-dependencies.patch b/package/ejabberd/0008-rebar-uses-host-dependencies.patch
deleted file mode 100644
index 45f387993e..0000000000
--- a/package/ejabberd/0008-rebar-uses-host-dependencies.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Fix location of rebar dependencies.
-
-Signed-off-by: Christophe Romain <cromain@process-one.net>
-
-diff --git a/rebar.config.script b/rebar.config.script
-index 19142b9e..9107af26 100644
---- a/rebar.config.script
-+++ b/rebar.config.script
-@@ -218,20 +218,10 @@ TestConfig = case file:read_file_info(TestConfigFile) of
- ""
- end,
-
--ResolveDepPath = case IsRebar3 of
-- true ->
-- fun("deps/" ++ Rest) ->
-- Slash = string:str(Rest, "/"),
-- Dir = "_build/default/lib/" ++
-- string:sub_string(Rest, 1, Slash - 1),
-- Dir ++ string:sub_string(Rest, Slash);
-- (Path) ->
-- Path
-- end;
-- _ ->
-- fun(P) ->
-- P
-- end
-+ResolveDepPath = fun("deps/fast_xml/include") -> code:lib_dir(p1_xml) ++ "/include";
-+ ("deps/xmpp/include") -> code:lib_dir(p1_xmpp) ++ "/include";
-+ ("deps/p1_utils/include") -> code:lib_dir(p1_utils) ++ "/include";
-+ (Path) -> Path
- end,
-
- CtParams = fun(CompileOpts) ->
OpenPOWER on IntegriCloud