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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 10 02:33:59 PDT 2017


Author: martinl
Date: 2017-08-10 02:33:59 -0700 (Thu, 10 Aug 2017)
New Revision: 71368

Modified:
   grass/branches/releasebranch_7_2/mswindows/osgeo4w/package.sh
Log:
wingrass32bit: las support disabled, see https://trac.osgeo.org/osgeo4w/ticket/539#ticket
               (merge r71367 from trunk)


Modified: grass/branches/releasebranch_7_2/mswindows/osgeo4w/package.sh
===================================================================
--- grass/branches/releasebranch_7_2/mswindows/osgeo4w/package.sh	2017-08-10 09:32:33 UTC (rev 71367)
+++ grass/branches/releasebranch_7_2/mswindows/osgeo4w/package.sh	2017-08-10 09:33:59 UTC (rev 71368)
@@ -176,7 +176,6 @@
 		--with-proj-share=$OSGEO4W_ROOT_MSYS/share/proj \
 		--with-gdal=$PWD/mswindows/osgeo4w/gdal-config \
 		--with-geos=$PWD/mswindows/osgeo4w/geos-config \
-	        --with-liblas=$PWD/mswindows/osgeo4w/liblas-config \
 		--with-sqlite \
 		--with-regex \
 		--with-nls \
@@ -187,6 +186,8 @@
 	        --with-opengl=windows \
                 --with-bzlib
 	
+# 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