Skip to content

Commit

Permalink
Make system: remove crude hack for global LFS
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56700 15284696-431f-4ddb-bdfa-cd5b030d7da7
  • Loading branch information
metzm committed Jun 14, 2013
1 parent d61652f commit 58f37e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions include/Make/Grass.make
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ GRASS_NAME = grass$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR)
COMPILE_FLAGS_C = $(CPPFLAGS) $(CFLAGS) $(INCLUDE_DIRS) $(INC)
COMPILE_FLAGS_CXX = $(CPPFLAGS) $(CXXFLAGS) $(INCLUDE_DIRS) $(INC)

# crude hack for vector LFS, LFS_FLAGS should be set by configure
ifdef USE_LARGEFILES
LFS_CFLAGS = -D_FILE_OFFSET_BITS=64
endif

LDFLAGS = $(LIBPATH) $(LINK_FLAGS) $(LD_SEARCH_FLAGS)
VECT_CFLAGS = $(GDALCFLAGS) $(GEOSCFLAGS)

Expand Down
1 change: 1 addition & 0 deletions include/Make/Platform.make.in
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ HAVE_NLS = @HAVE_NLS@

#Large File Support (LFS)
USE_LARGEFILES = @USE_LARGEFILES@
LFS_CFLAGS = @LFS_CFLAGS@

#BSD sockets
HAVE_SOCKET = @HAVE_SOCKET@
Expand Down

0 comments on commit 58f37e7

Please sign in to comment.