From 22d51d6501aa842d0ba3da7112d6d1a809d9c356 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 3 Oct 2013 12:28:18 +0200 Subject: [PATCH] php: Build in zip module. --- lfs/php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5