Disable SMP when running erlc (it hangs at least on pointyhat builds).
This commit is contained in:
parent
1c34a48b8b
commit
75a94fd4b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252388
2 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,7 @@ GNU_CONFIGURE= yes
|
|||
ONLY_FOR_ARCHS= i386 amd64 sparc64
|
||||
REINPLACE_ARGS= -i
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
MAKE_ENV+= ERLC_EMULATOR="${LOCALBASE}/bin/erl -smp disable"
|
||||
|
||||
.if !defined(WITHOUT_ODBC)
|
||||
DRIVER_MANAGER?= iodbc
|
||||
|
|
|
@ -72,6 +72,7 @@ GNU_CONFIGURE= yes
|
|||
ONLY_FOR_ARCHS= i386 amd64 sparc64
|
||||
REINPLACE_ARGS= -i
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
MAKE_ENV+= ERLC_EMULATOR="${LOCALBASE}/bin/erl -smp disable"
|
||||
|
||||
.if !defined(WITHOUT_ODBC)
|
||||
DRIVER_MANAGER?= iodbc
|
||||
|
|
Loading…
Reference in a new issue