rtpengine: work around sporadic build failures 533/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Thu, 21 May 2020 15:40:43 +0000 (17:40 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Thu, 21 May 2020 15:40:45 +0000 (17:40 +0200)
commit7a5e32f4dc1466b1c8bfc83787b8ae40e5b09834
tree4a0bd6cca5a6d5c42b77b8638cb5eec64c03c87c
parentaa54d6f005ab95e199ebbc48f7a8a4b11ccf3400
rtpengine: work around sporadic build failures

The rtpengine build system uses the Makefiles to generate source files
on the fly. This usually works fine, but when building in parallel,
intermittently the generated files contain garbage (like, lines are
repeated, causing redefinition errors).

As a workaround this commit disables parallel builds.

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