]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Can't build pdns-recursor in parallel mode.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Feb 2009 21:48:02 +0000 (22:48 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Feb 2009 21:48:02 +0000 (22:48 +0100)
lfs/pdns-recursor

index 5e33f2d82618584dcc2bea1028c0216e513e72e6..ec10dda421d556a680b2c07db08edf20be00c6c2 100644 (file)
@@ -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)