From: Peter Korsgaard Date: Tue, 4 May 2010 20:48:16 +0000 (+0200) Subject: mplayer: disable parallel builds (make -jX) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=32ed97007509228e0b4aa1050dd1d017118d0d7a;p=buildroot.git mplayer: disable parallel builds (make -jX) The build system races with itself when building the internal vidix stuff (x86 only), so use MAKE1. Signed-off-by: Peter Korsgaard --- diff --git a/package/multimedia/mplayer/mplayer.mk b/package/multimedia/mplayer/mplayer.mk index 50afcfbd06..6e03cff1d2 100644 --- a/package/multimedia/mplayer/mplayer.mk +++ b/package/multimedia/mplayer/mplayer.mk @@ -71,7 +71,7 @@ $(MPLAYER_DIR)/.configured: $(MPLAYER_DIR)/.unpacked touch $@ $(MPLAYER_DIR)/$(MPLAYER_BINARY): $(MPLAYER_DIR)/.configured - $(MAKE) -C $(MPLAYER_DIR) + $(MAKE1) -C $(MPLAYER_DIR) touch -c $@ $(TARGET_DIR)/$(MPLAYER_TARGET_BINARY): $(MPLAYER_DIR)/$(MPLAYER_BINARY)