From 17d270d5c95c63b9029b3a0e87820b7d59e7da36 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 10 Apr 2016 09:41:08 +0200 Subject: [PATCH] dnsdist: disable parallel build on 4 core machines with 2GB ram the parallel build fails with out of memory. Signed-off-by: Arne Fitzenreiter --- lfs/dnsdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/dnsdist b/lfs/dnsdist index 62c17cf9fb..a5d9fea9ff 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -79,7 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc - cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD) -- 2.39.2