Disable SMP when running erlc (it hangs at least on pointyhat builds).

This commit is contained in:
Jimmy Olgeni 2010-04-07 14:33:40 +00:00
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

View file

@ -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

View file

@ -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