[mapguide-commits] r9014 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Jul 28 01:50:30 PDT 2016


Author: jng
Date: 2016-07-28 01:50:30 -0700 (Thu, 28 Jul 2016)
New Revision: 9014

Modified:
   trunk/MgDev/build_oem.sh
Log:
#2594: The build system broke because it didn't run make on GEOS after configuring it!

Modified: trunk/MgDev/build_oem.sh
===================================================================
--- trunk/MgDev/build_oem.sh	2016-07-28 00:28:40 UTC (rev 9013)
+++ trunk/MgDev/build_oem.sh	2016-07-28 08:50:30 UTC (rev 9014)
@@ -250,6 +250,7 @@
     else
         CFLAGS="-m32" CPPFLAGS="-m32" CXXFLAGS="-m32" LDFLAGS="-m32" FFLAGS="-m32" LDFLAGS="-L/usr/lib" ./configure --enable-silent-rules --prefix="${INSTALLDIR}"
     fi
+    make
     # The check build is disabled as the build will fail with automake version < 2.59
     check_build
     popd



More information about the mapguide-commits mailing list