From: Michael Tremer Date: Thu, 6 Aug 2009 19:07:14 +0000 (+0200) Subject: iproute2: Cannot build in parallel. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a41efc5a8bfc599f3d31b8fd15b79b4c3bbbdb59;p=ipfire-3.x.git iproute2: Cannot build in parallel. --- diff --git a/lfs/iproute2 b/lfs/iproute2 index 918dd42bc..64727d712 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -84,7 +84,7 @@ $(OBJECT): $(objects) cd $(DIR_APP) && patch -Np2 -i $(DIR_PATCHES)/$(THISAPP)-opt_flags.patch cd $(DIR_APP) && sed -i -e "s@DESTDIR=.*@DESTDIR=@" \ -e "s@/share/@/usr/share/@g" Makefile - cd $(DIR_APP) && make OPT_FLAGS="$(CFLAGS)" $(PARALLELISMFLAGS) + cd $(DIR_APP) && make OPT_FLAGS="$(CFLAGS)" #$(PARALLELISMFLAGS) cd $(DIR_APP) && make install cd $(DIR_APP) && mv -v /sbin/arpd /usr/sbin @rm -rf $(DIR_APP)