Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2015-08-27 23:16:11 +0300
committerHolger Weiss <holger@zedat.fu-berlin.de>2015-08-27 23:16:11 +0300
commit5bb137940c11fbd5d0c4da493e3a4560fbfe2d97 (patch)
treed4137171c328763fa29ac2fb154d0e3a10b8a38e /rebar.config.script
parent832f6d39f93a545bc1918aeb1d51ac464fea2176 (diff)
Remove "--enable-json" flag
The "--enable-json" flag currently has no effect.
Diffstat (limited to 'rebar.config.script')
-rw-r--r--rebar.config.script4
1 files changed, 0 insertions, 4 deletions
diff --git a/rebar.config.script b/rebar.config.script
index a38d85898..43bb8f0ef 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -97,8 +97,6 @@ CfgDeps = lists:flatmap(
[{p1_zlib, ".*", {git, "https://github.com/processone/zlib"}}];
({riak, true}) ->
[{riakc, ".*", {git, "https://github.com/basho/riak-erlang-client", {tag, "1.4.2"}}}];
- ({json, true}) ->
- [{jiffy, ".*", {git, "https://github.com/davisp/jiffy"}}];
({elixir, true}) ->
[{rebar_elixir_plugin, ".*", {git, "https://github.com/yrashk/rebar_elixir_plugin"}},
{elixir, ".*", {git, "https://github.com/elixir-lang/elixir", {branch, "v1.0"}}}];
@@ -139,8 +137,6 @@ CfgXrefs = lists:flatmap(
({riak, true}) ->
% used in map-reduce function called from riak vm
["(\"riak_object\":_/_)"];
- ({json, false}) ->
- ["(\"jiffy\":_/_)"];
({zlib, false}) ->
["(\"ezlib\":_/_)"];
({http, false}) ->