From: Michael Tremer Date: Sat, 28 Feb 2009 21:48:02 +0000 (+0100) Subject: Can't build pdns-recursor in parallel mode. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5855ccf5aaea28762d29638370579659b2ec4231;p=ipfire-3.x.git Can't build pdns-recursor in parallel mode. --- diff --git a/lfs/pdns-recursor b/lfs/pdns-recursor index 5e33f2d82..ec10dda42 100644 --- a/lfs/pdns-recursor +++ b/lfs/pdns-recursor @@ -78,7 +78,7 @@ $(OBJECT): $(objects) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-boost.patch cd $(DIR_APP) && LUA=1 LUA_CPPFLAGS_CONFIG= LUA_LIBS_CONFIG=-llua \ - make OPTFLAGS= PROFILEFLAGS=-fprofile-use $(PARALLELISMFLAGS) + make OPTFLAGS= PROFILEFLAGS=-fprofile-use #$(PARALLELISMFLAGS) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)