Merge pull request #689 from micmac1/yate-no-parallel
yate: disable parallel builds
This commit is contained in:
commit
bbdf6706cf
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ PKG_LICENSE_FILES:=COPYING
|
||||||
PKG_MAINTAINER:=Jiri Slachta <jiri@slachta.eu>
|
PKG_MAINTAINER:=Jiri Slachta <jiri@slachta.eu>
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_BUILD_PARALLEL:=1
|
# Sporadic build failures on the build bots
|
||||||
|
PKG_BUILD_PARALLEL:=0
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
# Yate currently does not compile with FORTIFY_SOURCE enabled
|
# Yate currently does not compile with FORTIFY_SOURCE enabled
|
||||||
|
|
Loading…
Reference in a new issue