freeswitch-stable: disable parallel build
There is a discussion ongoing if parallel builds should be enabled by default. For freeswitch parallel builds are known to fail when certain modules are enabled. This commit preemptively disables parallel builds explicitly. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
4d83344fee
commit
a162bd9298
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ PKG_BUILD_DEPENDS:= \
|
|||
PKG_FIXUP:=autoreconf
|
||||
|
||||
# With mod_ssml and mod_rayo enabled the parallel compiles always failed
|
||||
#PKG_BUILD_PARALLEL:=1
|
||||
PKG_BUILD_PARALLEL:=0
|
||||
PKG_INSTALL:=1
|
||||
|
||||
PKG_LICENSE:= \
|
||||
|
|
Loading…
Reference in a new issue