mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
b1a3b36665
the Erlang runtime. This should hopefully fix the pointyhat build hangs which seem related to the Erlang SMP runtime (beam.smp).
14 lines
276 B
C
14 lines
276 B
C
|
|
$FreeBSD$
|
|
|
|
--- erts/etc/common/erlc.c.orig
|
|
+++ erts/etc/common/erlc.c
|
|
@@ -186,6 +186,7 @@
|
|
*/
|
|
|
|
PUSH("-noinput");
|
|
+ PUSH2("-smp", "disable");
|
|
PUSH2("-mode", "minimal");
|
|
PUSH2("-boot", "start_clean");
|
|
PUSH3("-s", "erl_compile", "compile_cmdline");
|