[GRASS-SVN] r71388 - grass/branches/releasebranch_7_0/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 11 00:52:58 PDT 2017


Author: martinl
Date: 2017-08-11 00:52:58 -0700 (Fri, 11 Aug 2017)
New Revision: 71388

Modified:
   grass/branches/releasebranch_7_0/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_0/mswindows/osgeo4w/package.sh
===================================================================
--- grass/branches/releasebranch_7_0/mswindows/osgeo4w/package.sh	2017-08-11 07:51:42 UTC (rev 71387)
+++ grass/branches/releasebranch_7_0/mswindows/osgeo4w/package.sh	2017-08-11 07:52:58 UTC (rev 71388)
@@ -182,7 +182,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 \
@@ -192,6 +191,8 @@
                 --with-postgres \
 	        --with-opengl=windows
         
+# 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