mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Don't try to build mldonkey parallel (this will fail...).
This commit is contained in:
@@ -79,7 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
||||||
cd $(DIR_APP) && ./configure --prefix=/opt/mldonkey --enable-pthread-lib \
|
cd $(DIR_APP) && ./configure --prefix=/opt/mldonkey --enable-pthread-lib \
|
||||||
--disable-gnutella --disable-gnutella2 --disable-fasttrack
|
--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
|
||||||
-mkdir -p /opt/mldonkey/.mldonkey
|
-mkdir -p /opt/mldonkey/.mldonkey
|
||||||
cd $(DIR_APP) && cp -f mlnet /opt/mldonkey
|
cd $(DIR_APP) && cp -f mlnet /opt/mldonkey
|
||||||
|
|||||||
Reference in New Issue
Block a user