[Buildroot] [git commit] package/janus-gateway: enable parallel build

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Sep 27 20:20:21 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=66b7f142067703d334c39bcade7d661da6f43e06
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Parallel build is fixed since version 0.4.4 and
https://github.com/meetecho/janus-gateway/commit/1685a78e2cd7642f6246466c2e0d4e670fe6360b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/janus-gateway/janus-gateway.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/janus-gateway/janus-gateway.mk b/package/janus-gateway/janus-gateway.mk
index 09cf9e5613..b0c01f3173 100644
--- a/package/janus-gateway/janus-gateway.mk
+++ b/package/janus-gateway/janus-gateway.mk
@@ -117,7 +117,4 @@ else
 JANUS_GATEWAY_CONF_OPTS += --disable-websockets
 endif
 
-# Parallel build broken
-JANUS_GATEWAY_MAKE = $(MAKE1)
-
 $(eval $(autotools-package))


More information about the buildroot mailing list