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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 10 08:02:59 EDT 2010


Author: martinl
Date: 2010-08-10 12:02:59 +0000 (Tue, 10 Aug 2010)
New Revision: 43035

Modified:
   grass/trunk/mswindows/osgeo4w/package.sh
Log:
osgeo4w: disable large files


Modified: grass/trunk/mswindows/osgeo4w/package.sh
===================================================================
--- grass/trunk/mswindows/osgeo4w/package.sh	2010-08-10 10:48:48 UTC (rev 43034)
+++ grass/trunk/mswindows/osgeo4w/package.sh	2010-08-10 12:02:59 UTC (rev 43035)
@@ -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 \
@@ -61,8 +61,8 @@
 		--without-swig \
 		--with-freetype-includes=$OSGEO4W_ROOT_MSYS/include/freetype2 \
 		--with-odbc \
-	        --without-cairo
-#		--enable-largefile \
+	        --without-cairo \
+	        --disable-largefile
 	touch mswindows/osgeo4w/configure-stamp
 fi
 



More information about the grass-commit mailing list