- switch to erlang enc to un-break build - use new header exposed in FoundationDB 7.1.25 update Fixes: 18d0404d2ca9abb5b46176c96bdc4c284acfca22 BROKEN Sponsored by: SkunkWerks, GmbH
24 lines
426 B
Plaintext
24 lines
426 B
Plaintext
--- rebar.config.orig 2022-01-25 23:33:52 UTC
|
|
+++ rebar.config
|
|
@@ -1,18 +1,5 @@
|
|
-{plugins, [
|
|
- coveralls,
|
|
- pc
|
|
-]}.
|
|
-
|
|
-{project_plugins, [
|
|
- erlfmt
|
|
-]}.
|
|
-
|
|
-{provider_hooks, [
|
|
- {pre, [
|
|
- {compile, {pc, compile}},
|
|
- {clean, {pc, clean}}
|
|
- ]}
|
|
-]}.
|
|
+{pre_hooks, [{"", compile, "enc compile"}]}.
|
|
+{post_hooks, [{"", clean, "enc clean"}]}.
|
|
|
|
{port_specs, [
|
|
{"priv/erlfdb_nif.so", ["c_src/*.c"]}
|