mirror of
https://github.com/processone/ejabberd.git
synced 2025-01-01 17:53:00 +01:00
Add some missing applications to the reltool script
This commit is contained in:
parent
c030e8e136
commit
ec01ab3945
@ -14,11 +14,14 @@ Vars = case file:consult(filename:join(["..", "vars.config"])) of
|
|||||||
end,
|
end,
|
||||||
|
|
||||||
RequiredOTPApps = [sasl, crypto, public_key, ssl,
|
RequiredOTPApps = [sasl, crypto, public_key, ssl,
|
||||||
mnesia, inets, compiler],
|
mnesia, inets, compiler, asn1,
|
||||||
|
syntax_tools, os_mon, xmerl],
|
||||||
|
|
||||||
ConfiguredOTPApps = lists:flatmap(
|
ConfiguredOTPApps = lists:flatmap(
|
||||||
fun({tools, true}) ->
|
fun({tools, true}) ->
|
||||||
[tools, runtime_tools];
|
[tools, runtime_tools];
|
||||||
|
({odbc, true}) ->
|
||||||
|
[odbc];
|
||||||
(_) ->
|
(_) ->
|
||||||
[]
|
[]
|
||||||
end, Vars),
|
end, Vars),
|
||||||
@ -36,7 +39,7 @@ DepConfiguredApps = lists:flatmap(
|
|||||||
({json, true}) -> [jiffy];
|
({json, true}) -> [jiffy];
|
||||||
({iconv, true}) -> [p1_iconv];
|
({iconv, true}) -> [p1_iconv];
|
||||||
({http, true}) -> [ibrowse, lhttpc];
|
({http, true}) -> [ibrowse, lhttpc];
|
||||||
({odbc, true}) -> [odbc];
|
({lager, true}) -> [lager];
|
||||||
(_) -> []
|
(_) -> []
|
||||||
end, Vars),
|
end, Vars),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user