]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
php: Build in zip module. owncloud
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Oct 2013 10:28:18 +0000 (12:28 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Oct 2013 10:28:18 +0000 (12:28 +0200)
lfs/php

diff --git a/lfs/php b/lfs/php
index ca2cc13e6f50ce0a373bb3d10fb37729347ff61c..af0e37ac724a1981016e94c06f2661e80c635b3c 100644 (file)
--- 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