From 1ec1ec89e611a843e8279d23302da3c05e2bb93d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 2 Dec 2008 21:00:43 +0100 Subject: [PATCH] Don't try to build mldonkey parallel (this will fail...). --- lfs/mldonkey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/mldonkey b/lfs/mldonkey index 868a6aa617..a2733b894e 100644 --- a/lfs/mldonkey +++ b/lfs/mldonkey @@ -79,7 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/opt/mldonkey --enable-pthread-lib \ --disable-gnutella --disable-gnutella2 --disable-fasttrack - cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) + cd $(DIR_APP) && make #$(MAKETUNING) $(EXTRA_MAKE) -mkdir -p /opt/mldonkey -mkdir -p /opt/mldonkey/.mldonkey cd $(DIR_APP) && cp -f mlnet /opt/mldonkey -- 2.39.2