[mapguide-commits] r7418 - trunk/MgDev/Oem/LinuxApt

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Mar 26 21:31:59 PDT 2013


Author: jng
Date: 2013-03-26 21:31:59 -0700 (Tue, 26 Mar 2013)
New Revision: 7418

Modified:
   trunk/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: trunk/MgDev/Oem/LinuxApt/build_apt.sh
===================================================================
--- trunk/MgDev/Oem/LinuxApt/build_apt.sh	2013-03-26 15:42:54 UTC (rev 7417)
+++ trunk/MgDev/Oem/LinuxApt/build_apt.sh	2013-03-27 04:31:59 UTC (rev 7418)
@@ -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