mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
Done a whole review of the lfs to make building more paralell
you may need to clean your ccache
This commit is contained in:
2
lfs/php
2
lfs/php
@@ -133,7 +133,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
-rm -f $(DIR_SRC)/package.xml
|
||||
cd $(DIR_SRC)/idn-* && phpize
|
||||
cd $(DIR_SRC)/idn-* && ./configure --prefix=/usr --with-idn
|
||||
cd $(DIR_SRC)/idn-* && make
|
||||
cd $(DIR_SRC)/idn-* && make $(MAKETUNING) $(EXTRA_MAKE)
|
||||
cd $(DIR_SRC)/idn-* && make install
|
||||
cd $(DIR_SRC) && tar xfz $(DIR_DL)/Log-1.9.11.tgz
|
||||
-rm -f $(DIR_SRC)/package.xml
|
||||
|
||||
Reference in New Issue
Block a user