From: Fabrice Fontaine Date: Thu, 26 Sep 2019 18:23:19 +0000 (+0200) Subject: package/janus-gateway: enable parallel build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=66b7f142067703d334c39bcade7d661da6f43e06;p=buildroot.git package/janus-gateway: enable parallel build Parallel build is fixed since version 0.4.4 and https://github.com/meetecho/janus-gateway/commit/1685a78e2cd7642f6246466c2e0d4e670fe6360b Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- 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))