23f4cf81bb
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>
23 lines
868 B
Diff
23 lines
868 B
Diff
Description: remove make targets for deps
|
|
Without this patch, dependencies would be downloaded and compiled
|
|
using rebar at build time.
|
|
Author: Philipp Huebner <debalance@debian.org>
|
|
|
|
Index: ejabberd/rebar.config.script
|
|
===================================================================
|
|
diff --git a/rebar.config.script b/rebar.config.script
|
|
index b4dfaa3..9152c12 100644
|
|
--- a/rebar.config.script
|
|
+++ b/rebar.config.script
|
|
@@ -183,9 +183,7 @@ Config = [{erl_opts, Macros ++ HiPE ++ DebugInfo ++
|
|
{xref_checks, []},
|
|
{xref_queries,
|
|
[{"(XC - UC) || (XU - X - B - "
|
|
- ++ string:join(CfgXrefs, " - ") ++ ")", []}]},
|
|
- {post_hooks, PostHooks ++ CfgPostHooks},
|
|
- {deps, Deps ++ CfgDeps}] ++ ElixirConfig,
|
|
+ ++ string:join(CfgXrefs, " - ") ++ ")", []}]}],
|
|
%%io:format("ejabberd configuration:~n ~p~n", [Config]),
|
|
Config.
|
|
|