The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ejabberd / 0001-remove-deps.patch
1 Description: remove make targets for deps
2  Without this patch, dependencies would be downloaded and compiled
3  using rebar at build time.
4 Author: Philipp Huebner <debalance@debian.org>
5
6 Index: ejabberd/rebar.config.script
7 ===================================================================
8 --- ejabberd.orig/rebar.config.script
9 +++ ejabberd/rebar.config.script
10 @@ -126,9 +126,7 @@ Config = [{erl_opts, Macros ++ HiPE ++ D
11            {sub_dirs, ["rel"]},
12            {keep_build_info, true},
13            {ct_extra_params, "-include "
14 -           ++ filename:join([Cwd, "tools"])},
15 -          {post_hooks, PostHooks ++ CfgPostHooks},
16 -          {deps, Deps ++ CfgDeps}],
17 +           ++ filename:join([Cwd, "tools"])}],
18  %%io:format("ejabberd configuration:~n  ~p~n", [Config]),
19  Config.
20