From 2ca5712507473578fe00e4a1bce8e25a0d9f1bca Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 28 May 2020 20:56:19 +0200 Subject: Dirty workarounds to compile jiffy with Erlang/OTP 23 (#3282) Works for me with: ./configure --disable-pam ./rebar get-deps ./rebar configure-deps ./rebar compile make install changes in erlang-native-compiler used by jiffy: src/rebar_port_compiler.erl - {"ERL_LDFLAGS" , " -L$ERL_EI_LIBDIR -lerl_interface -lei"}, + {"ERL_LDFLAGS" , " -L$ERL_EI_LIBDIR -lei"}, src/rebar_utils.erl --dialyzer({no_missing_calls, escript_foldl/3}). --- tools/enc | Bin 0 -> 26060 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 tools/enc (limited to 'tools') diff --git a/tools/enc b/tools/enc new file mode 100755 index 000000000..af7ce9762 Binary files /dev/null and b/tools/enc differ -- cgit v1.2.3