From: Arne Fitzenreiter Date: Sun, 10 Apr 2016 07:41:08 +0000 (+0200) Subject: dnsdist: disable parallel build X-Git-Tag: v2.19-core101~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17d270d5c95c63b9029b3a0e87820b7d59e7da36;p=ipfire-2.x.git dnsdist: disable parallel build on 4 core machines with 2GB ram the parallel build fails with out of memory. Signed-off-by: Arne Fitzenreiter --- 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)