mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
11 lines
423 B
Text
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"]}.
|