[mapguide-commits] r7415 - branches/2.5/MgDev/Oem/LinuxApt

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Mar 26 04:03:36 PDT 2013


Author: jng
Date: 2013-03-26 04:03:36 -0700 (Tue, 26 Mar 2013)
New Revision: 7415

Modified:
   branches/2.5/MgDev/Oem/LinuxApt/build_apt.sh
Log:
http://trac.osgeo.org/fusion/ticket/554: Build php with ZipArchive support. Required for Fusion Redline widget to work in Linux

Modified: branches/2.5/MgDev/Oem/LinuxApt/build_apt.sh
===================================================================
--- branches/2.5/MgDev/Oem/LinuxApt/build_apt.sh	2013-03-25 13:42:44 UTC (rev 7414)
+++ branches/2.5/MgDev/Oem/LinuxApt/build_apt.sh	2013-03-26 11:03:36 UTC (rev 7415)
@@ -200,7 +200,7 @@
 pushd ../php
 ./configure --prefix=$INSTALLWEB/php --with-apxs2=$INSTALLWEB/apache2/bin/apxs --with-openssl \
 --with-curl --enable-xml --enable-wddx --enable-shared  \
---enable-safe-mode --with-zlib --enable-mbstring=all --with-xsl=/usr/lib --with-gd --with-png --with-jpeg --with-freetype
+--enable-safe-mode --with-zlib --enable-zip --enable-mbstring=all --with-xsl=/usr/lib --with-gd --with-png --with-jpeg --with-freetype
 check_php_build
 make
 check_php_build



More information about the mapguide-commits mailing list