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/?a=commitdiff_plain;h=22d51d6501aa842d0ba3da7112d6d1a809d9c356;p=people%2Fms%2Fipfire-2.x.git php: Build in zip module. --- diff --git a/lfs/php b/lfs/php index ca2cc13e6f..af0e37ac72 100644 --- a/lfs/php +++ b/lfs/php @@ -119,7 +119,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-sockets \ --with-xsl \ --with-iconv \ - --enable-zip=shared + --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