xmpp.chapril.org-ejabberd/tools
Badlop 2ca5712507 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}).
2020-06-01 10:33:06 +02:00
..
captcha.sh Improve captcha.sh script documentation 2019-05-25 11:21:30 +02:00
check_xep_versions.sh Add helper to check xep implementations and versions 2019-06-17 12:02:23 +02:00
ejabberdctl.bc Remove --auth in ejabberd_ctl.erl as it's useless, still useful for mod_rest 2016-04-15 15:35:57 +02:00
enc Dirty workarounds to compile jiffy with Erlang/OTP 23 (#3282) 2020-06-01 10:33:06 +02:00
extract-tr.sh Extract translatable strings also from the xmpp library 2020-05-04 16:25:42 +02:00
hook_deps.sh Hide false-positive warnings about mod_delegation Type atom and NS binary 2020-05-07 22:29:54 +02:00
jhbtest.pl Add unit test script for http-bind service (thanks to Stefan Strigler) 2009-06-16 17:48:31 +00:00
opt_types.sh Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
prepare-tr.sh Extract translatable strings also from the xmpp library 2020-05-04 16:25:42 +02:00
update-deps-releases.pl Commit back, change reverted by mistake 2019-02-26 12:16:48 +01:00
xml_compress_gen.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00