yate: disable parallel builds 689/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Wed, 22 Sep 2021 16:26:01 +0000 (18:26 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Wed, 22 Sep 2021 16:29:41 +0000 (18:29 +0200)
Sporadic build failures are visible on the build bots.

libyate.so: undefined reference to `TelEngine::ClientLogic::initStaticData()'
libyate.so: undefined reference to `TelEngine::DefaultLogic::DefaultLogic(char const*, int)'
collect2: error: ld returned 1 exit status

Turning off parallel builds should (hopefully) work around this.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/yate/Makefile

index 525683d43a0b2cdfce56434a67ccabacda1cae00..78c2c32fff592cb515f8950264d80e1b684c2dab 100644 (file)
@@ -21,7 +21,8 @@ PKG_LICENSE_FILES:=COPYING
 PKG_MAINTAINER:=Jiri Slachta <jiri@slachta.eu>
 
 PKG_FIXUP:=autoreconf
-PKG_BUILD_PARALLEL:=1
+# Sporadic build failures on the build bots
+PKG_BUILD_PARALLEL:=0
 PKG_INSTALL:=1
 
 # Yate currently does not compile with FORTIFY_SOURCE enabled