From: Michael Tremer Date: Thu, 3 Oct 2013 10:28:18 +0000 (+0200) Subject: php: Build in zip module. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=64aac4feb5e50e330da30555a54739cc89d1cd0e php: Build in zip module. --- diff --git a/lfs/php b/lfs/php index 58f442ce4..8cdacdf85 100644 --- a/lfs/php +++ b/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