Skip to content

Commit

Permalink
Add some missing applications to the reltool script
Browse files Browse the repository at this point in the history
  • Loading branch information
zinid committed Jun 18, 2013
1 parent c030e8e commit ec01ab3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions rel/reltool.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ Vars = case file:consult(filename:join(["..", "vars.config"])) of
end,

RequiredOTPApps = [sasl, crypto, public_key, ssl,
mnesia, inets, compiler],
mnesia, inets, compiler, asn1,
syntax_tools, os_mon, xmerl],

ConfiguredOTPApps = lists:flatmap(
fun({tools, true}) ->
[tools, runtime_tools];
({odbc, true}) ->
[odbc];
(_) ->
[]
end, Vars),
Expand All @@ -36,7 +39,7 @@ DepConfiguredApps = lists:flatmap(
({json, true}) -> [jiffy];
({iconv, true}) -> [p1_iconv];
({http, true}) -> [ibrowse, lhttpc];
({odbc, true}) -> [odbc];
({lager, true}) -> [lager];
(_) -> []
end, Vars),

Expand Down

0 comments on commit ec01ab3

Please sign in to comment.