ports/security/erlang-fast_tls/files/patch-rebar.config
Dave Cottlehuber e70431003c security/erlang-fast_tls: update to 1.1.13
- support OTP24
2021-09-30 22:03:14 +00:00

18 lines
805 B
Text

--- rebar.config.orig 2021-09-29 07:29:31 UTC
+++ rebar.config
@@ -23,13 +23,13 @@
{erl_opts, [debug_info, {src_dirs, ["src"]}]}.
{port_env, [{"CFLAGS", "$CFLAGS"}, {"LDFLAGS", "$LDFLAGS -lssl -lcrypto"},
- {"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR -lei"},
+ {"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR"},
{"darwin", "DRV_LDFLAGS", "-bundle -bundle_loader \"${BINDIR}/beam.smp\" $ERL_LDFLAGS"}]}.
{port_specs, [{"priv/lib/fast_tls.so", ["c_src/fast_tls.c", "c_src/ioqueue.c"]},
{"priv/lib/p1_sha.so", ["c_src/p1_sha.c"]}]}.
-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils.git", {tag, "1.0.23"}}}]}.
+{deps, []}.
{clean_files, ["c_src/fast_tls.gcda", "c_src/fast_tls.gcno",
"c_src/fast_sha.gcda", "c_src/fast_sha.gcno",