[GRASS-SVN] r71400 - grass/branches/releasebranch_7_2/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 14 10:25:29 PDT 2017


Author: martinl
Date: 2017-08-14 10:25:29 -0700 (Mon, 14 Aug 2017)
New Revision: 71400

Modified:
   grass/branches/releasebranch_7_2/mswindows/osgeo4w/package.sh
Log:
wingrass: re-enable LAS support on 64bit
          (merge r71392 from trunk)


Modified: grass/branches/releasebranch_7_2/mswindows/osgeo4w/package.sh
===================================================================
--- grass/branches/releasebranch_7_2/mswindows/osgeo4w/package.sh	2017-08-14 11:10:50 UTC (rev 71399)
+++ grass/branches/releasebranch_7_2/mswindows/osgeo4w/package.sh	2017-08-14 17:25:29 UTC (rev 71400)
@@ -154,8 +154,12 @@
 
 	if [ "$MINGW_POSTFIX" = "64" ]; then
 	    conf_host=x86_64-w64-mingw32
+            # see https://trac.osgeo.org/osgeo4w/ticket/539#ticket
+            # LAS support only enabled on 64bit
+            conf_opts="--with-liblas=$PWD/mswindows/osgeo4w/liblas-config"
 	else
 	    conf_host=i386-w64-mingw32
+            conf_opts=
 	fi
 	
 	log configure
@@ -184,10 +188,8 @@
 	        --with-cairo \
                 --with-postgres \
 	        --with-opengl=windows \
-                --with-bzlib
+                --with-bzlib $conf_opts
 	
-# see https://trac.osgeo.org/osgeo4w/ticket/539#ticket
-# --with-liblas=$PWD/mswindows/osgeo4w/liblas-config
 	touch mswindows/osgeo4w/configure-stamp
 fi
 



More information about the grass-commit mailing list