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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 16 14:37:38 EDT 2010


Author: martinl
Date: 2010-08-16 18:37:38 +0000 (Mon, 16 Aug 2010)
New Revision: 43150

Modified:
   grass/trunk/mswindows/osgeo4w/package.sh
Log:
osgeo4w: switch back to gdal17

Modified: grass/trunk/mswindows/osgeo4w/package.sh
===================================================================
--- grass/trunk/mswindows/osgeo4w/package.sh	2010-08-16 18:35:52 UTC (rev 43149)
+++ grass/trunk/mswindows/osgeo4w/package.sh	2010-08-16 18:37:38 UTC (rev 43150)
@@ -1,6 +1,6 @@
 #!/c/OSGeo4W/apps/msys/bin/sh
 
-### set -e
+set -e
 
 if ! [ -d mswindows ]; then
 	echo Start from GRASS toplevel dir
@@ -38,8 +38,8 @@
 
 	echo $(date): STARTING configure
 	./configure \
-		--with-libs="$OSGEO4W_ROOT_MSYS/apps/gdal-16/lib $OSGEO4W_ROOT_MSYS/lib" \
-		--with-includes="$OSGEO4W_ROOT_MSYS/apps/gdal-16/include $OSGEO4W_ROOT_MSYS/include" \
+		--with-libs="$OSGEO4W_ROOT_MSYS/apps/gdal-17/lib $OSGEO4W_ROOT_MSYS/lib" \
+		--with-includes="$OSGEO4W_ROOT_MSYS/apps/gdal-17/include $OSGEO4W_ROOT_MSYS/include" \
 		--exec-prefix=$OSGEO4W_ROOT_MSYS/apps/grass \
 		--libexecdir=$OSGEO4W_ROOT_MSYS/bin \
 		--prefix=$OSGEO4W_ROOT_MSYS/apps/grass \



More information about the grass-commit mailing list