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:
authorBadlop <badlop@process-one.net>2020-07-15 12:46:17 +0300
committerBadlop <badlop@process-one.net>2020-07-15 13:12:42 +0300
commitdb2825342cfabb35215f067bfa5b3d0e5a21b97c (patch)
treee6c8c45b17869ed71015a05792b25edbd6cb2516
parentbc1de531cca52e166391e1e613226026b206a720 (diff)
Revert "Dirty workarounds to compile jiffy with Erlang/OTP 23 (#3282)"
This reverts commit 2ca5712507473578fe00e4a1bce8e25a0d9f1bca.
-rw-r--r--rebar.config3
-rwxr-xr-xtools/encbin26060 -> 0 bytes
2 files changed, 0 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config
index a7e68cf9a..abc1ff65d 100644
--- a/rebar.config
+++ b/rebar.config
@@ -158,9 +158,6 @@
{if_not_rebar3, {if_version_above, "22", {add, [{port_env, [{"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR -lei"}]}]}}},
{del, [{erl_opts, [warnings_as_errors]}]}]}.
-{post_hooks, [{'get-deps', "cp tools/enc deps/jiffy/"}]}.
-{post_hooks, [{'update-deps', "cp tools/enc deps/jiffy/"}]}.
-
{post_hook_configure, [{"fast_tls", []},
{"stringprep", []},
{"fast_yaml", []},
diff --git a/tools/enc b/tools/enc
deleted file mode 100755
index af7ce9762..000000000
--- a/tools/enc
+++ /dev/null
Binary files differ