ports/security/erlang-fast_tls/files/patch-rebar.config
2018-04-26 08:05:18 +00:00

11 lines
423 B
Text

--- rebar.config.orig
+++ rebar.config
@@ -28,7 +28,7 @@
{port_specs, [{"priv/lib/fast_tls.so", ["c_src/fast_tls.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.11"}}}]}.
+{deps, []}.
{clean_files, ["c_src/fast_tls.gcda", "c_src/fast_tls.gcno",
"c_src/fast_sha.gcda", "c_src/fast_sha.gcno"]}.