php: Build in zip module.

This commit is contained in:
Michael Tremer
2013-10-03 12:28:18 +02:00
parent 55904cd2b4
commit 64aac4feb5

View File

@@ -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