large file support in Linux needs STAT64=-DHAVE_STAT64 in LuaRocks

config
This commit is contained in:
mascarenhas
2008-03-25 18:20:29 +00:00
parent 5c8e92efa3
commit baf658a721
2 changed files with 10 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ build = {
type = "make",
build_variables = {
LIB_OPTION = "$(LIBFLAG)",
CFLAGS = "$(CFLAGS) -I$(LUA_INCDIR)",
CFLAGS = "$(CFLAGS) -I$(LUA_INCDIR) $(STAT64)",
},
install_variables = {
LUA_LIBDIR = "$(LIBDIR)"