diff options
| author | Sebastian Kemper | 2018-08-26 10:19:01 +0000 |
|---|---|---|
| committer | Sebastian Kemper | 2018-08-26 10:19:25 +0000 |
| commit | a162bd9298fd6e1fe5d039e81af17810613243b9 (patch) | |
| tree | 393b7a5bc0c59b82fa76e544180f5b0ddbffef18 | |
| parent | 4d83344fee40c3b0799cad069a6316eccc31f0a0 (diff) | |
| download | telephony-a162bd9298fd6e1fe5d039e81af17810613243b9.tar.gz | |
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>
| -rw-r--r-- | net/freeswitch-stable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index f90e315..7e8ff6b 100644 --- a/net/freeswitch-stable/Makefile +++ b/net/freeswitch-stable/Makefile @@ -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:= \ |