Merge pull request #689 from micmac1/yate-no-parallel

yate: disable parallel builds
This commit is contained in:
Jiri Slachta 2021-09-23 19:13:12 +02:00 committed by GitHub
commit bbdf6706cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View 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