[GRASS-SVN] r37861 - grass/trunk/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 13 04:09:44 EDT 2009
Author: mmetz
Date: 2009-06-13 04:09:44 -0400 (Sat, 13 Jun 2009)
New Revision: 37861
Modified:
grass/trunk/include/Make/Grass.make
Log:
vector LFS enabled again
Modified: grass/trunk/include/Make/Grass.make
===================================================================
--- grass/trunk/include/Make/Grass.make 2009-06-13 08:08:24 UTC (rev 37860)
+++ grass/trunk/include/Make/Grass.make 2009-06-13 08:09:44 UTC (rev 37861)
@@ -82,6 +82,10 @@
LDFLAGS = $(LIBPATH) $(LINK_FLAGS) $(LD_SEARCH_FLAGS) $(PQLIBPATH)
VECT_CFLAGS = $(GDALCFLAGS) $(GEOSCFLAGS)
+ifdef USE_LARGEFILES
+VECT_CFLAGS += -D_FILE_OFFSET_BITS=64
+endif
+
# Object with _fmode which must be linked to each executable on Windows
ifdef MINGW
FMODE_OBJ = $(BASE_LIBDIR)/fmode.o
More information about the grass-commit
mailing list