[mapguide-commits] r7380 - branches/2.5/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Feb 21 04:34:46 PST 2013


Author: jng
Date: 2013-02-21 04:34:46 -0800 (Thu, 21 Feb 2013)
New Revision: 7380

Modified:
   branches/2.5/MgDev/build_oem.sh
Log:
#2212: Use ubuntu's build_bdbxml() that forces a regen of xerces config header and ensures some post-build scripts have their executable flags set

Modified: branches/2.5/MgDev/build_oem.sh
===================================================================
--- branches/2.5/MgDev/build_oem.sh	2013-02-21 11:08:03 UTC (rev 7379)
+++ branches/2.5/MgDev/build_oem.sh	2013-02-21 12:34:46 UTC (rev 7380)
@@ -282,6 +282,14 @@
 
 build_bdbxml()
 {
+    # Need to force regen of the correct xerces config header before building dbxml proper
+    pushd dbxml/xerces-c-src
+    sh ./configure
+    popd
+    # Also need to check and set executable flag for s_paths
+    pushd dbxml/dbxml/dist
+    chmod +x s_paths
+    popd
     pushd dbxml
     sh ./buildall.sh
     check_build



More information about the mapguide-commits mailing list