[mapguide-commits] r9015 - branches/3.1/MgDev

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


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

Modified:
   branches/3.1/MgDev/build_oem.sh
Log:
Merged revision(s) 9014 from trunk/MgDev:
#2594: The build system broke because it didn't run make on GEOS after configuring it!
........


Modified: branches/3.1/MgDev/build_oem.sh
===================================================================
--- branches/3.1/MgDev/build_oem.sh	2016-07-28 08:50:30 UTC (rev 9014)
+++ branches/3.1/MgDev/build_oem.sh	2016-07-28 08:53:30 UTC (rev 9015)
@@ -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