mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 11:35:54 +02:00
php: Build in zip module.
This commit is contained in:
3
lfs/php
3
lfs/php
@@ -118,7 +118,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
--with-readline \
|
||||
--enable-sockets \
|
||||
--with-xsl \
|
||||
--with-iconv
|
||||
--with-iconv \
|
||||
--enable-zip
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
cd $(DIR_APP) && install -v -m644 $(DIR_SRC)/config/php/php.ini /etc/php.ini
|
||||
|
||||
Reference in New Issue
Block a user