mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
18 lines
805 B
Text
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",
|