Browse Source

osgeo4w: LFS for wingrass

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43115 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 15 years ago
parent
commit
3d6bcd8bba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mswindows/osgeo4w/package.sh

+ 1 - 1
mswindows/osgeo4w/package.sh

@@ -62,7 +62,7 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
 		--with-freetype-includes=$OSGEO4W_ROOT_MSYS/include/freetype2 \
 		--with-odbc \
 	        --without-cairo \
-	        --disable-largefile
+	        --enable-largefile
 	touch mswindows/osgeo4w/configure-stamp
 fi