[GRASS-SVN] r71920 - grass/trunk/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 12 14:18:10 PST 2017


Author: hellik
Date: 2017-12-12 14:18:10 -0800 (Tue, 12 Dec 2017)
New Revision: 71920

Modified:
   grass/trunk/mswindows/osgeo4w/package.sh
Log:
disable lidar modules: see https://trac.osgeo.org/osgeo4w/ticket/550

Modified: grass/trunk/mswindows/osgeo4w/package.sh
===================================================================
--- grass/trunk/mswindows/osgeo4w/package.sh	2017-12-11 20:08:55 UTC (rev 71919)
+++ grass/trunk/mswindows/osgeo4w/package.sh	2017-12-12 22:18:10 UTC (rev 71920)
@@ -157,10 +157,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"
+            # LAS support hopefully only temporarily disabled on 64bit
+            conf_opts=
 	else
 	    conf_host=i386-w64-mingw32
+            # https://trac.osgeo.org/osgeo4w/ticket/550
+            #  LAS support hopefully only temporarily disabled on 32bit
             conf_opts=
 	fi
 	



More information about the grass-commit mailing list