Merge pull request #689 from micmac1/yate-no-parallel
yate: disable parallel builds
This commit is contained in:
commit
bbdf6706cf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue