From 01714866956b71bea0944cece60d2030861263f3 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 4 Oct 2015 16:01:33 +0200 Subject: [PATCH] sox: Disable parallel build Signed-off-by: Arne Fitzenreiter --- lfs/sox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/sox b/lfs/sox index 378429d4d1..de60c90369 100644 --- a/lfs/sox +++ b/lfs/sox @@ -79,7 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr --disable-alsa-dsp --disable-oss-dsp \ --disable-sun-audio --disable-mad - cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) + cd $(DIR_APP) && make $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD) -- 2.39.5