]> granicus.if.org Git - ejabberd/commitdiff
Make sure Riak gets compiled on OTP20
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>
Thu, 28 Sep 2017 09:25:06 +0000 (12:25 +0300)
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>
Thu, 28 Sep 2017 09:25:06 +0000 (12:25 +0300)
rebar.config

index fbfa19c437fbf3d70c06599293d1dc5078d367e6..5806e6ae348b325e7d9f669bc7d42f53c89a4e2e 100644 (file)
@@ -43,7 +43,7 @@
         {if_var_true, zlib, {ezlib, ".*", {git, "https://github.com/processone/ezlib",
                                            {tag, "1.0.2"}}}},
         {if_var_true, riak, {riakc, ".*", {git, "https://github.com/processone/riak-erlang-client.git",
-                                           {tag, "2.5.3"}}}},
+                                           {tag, {if_version_above, "19", "develop", "2.5.3"}}}}},
        {if_var_true, graphics, {eimp, ".*", {git, "https://github.com/processone/eimp.git", {tag, "1.0.1"}}}},
        %% Elixir support, needed to run tests
         {if_var_true, elixir, {elixir, ".*", {git, "https://github.com/elixir-lang/elixir",