[mapguide-commits] r8102 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat May 3 01:38:10 PDT 2014


Author: jng
Date: 2014-05-03 01:38:10 -0700 (Sat, 03 May 2014)
New Revision: 8102

Modified:
   trunk/MgDev/build_oem.sh
Log:
Ensure un-modified jconfig.h doesn't trip up build_oem.sh

Modified: trunk/MgDev/build_oem.sh
===================================================================
--- trunk/MgDev/build_oem.sh	2014-05-02 17:48:29 UTC (rev 8101)
+++ trunk/MgDev/build_oem.sh	2014-05-03 08:38:10 UTC (rev 8102)
@@ -437,6 +437,8 @@
 build_jpeg()
 {
     pushd gd/jpeg
+    # A jconfig.h that is not modifed by ./configure will trip up make, so nuke it first
+    rm -f jconfig.h
     if [ $BUILD_CPU -eq 64 ]; then
         sh ./configure --enable-static --disable-shared
         #--with-pic does nothing (probably ancient configure script), so do some sed trickery



More information about the mapguide-commits mailing list