From 8e32ec9a1fa9a520017594b38c6e261e2c5f490d Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 29 Aug 2010 23:36:46 +0200 Subject: luafilesystems: unbreak builds with largefile support A typo was introduced in e6c4ce6c (luafilesystem: remove LARGE_FILE constraint), breaking the build when largefile support was enabled. Reported-by: Marcus Osdoba Signed-off-by: Peter Korsgaard --- package/luafilesystem/luafilesystem.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/luafilesystem/luafilesystem.mk') diff --git a/package/luafilesystem/luafilesystem.mk b/package/luafilesystem/luafilesystem.mk index e68873414..5f1119a63 100644 --- a/package/luafilesystem/luafilesystem.mk +++ b/package/luafilesystem/luafilesystem.mk @@ -9,7 +9,7 @@ LUAFILESYSTEM_SITE = http://github.com/downloads/keplerproject/luafilesystem LUAFILESYSTEM_DEPENDENCIES = lua ifeq ($(BR2_LARGEFILE),y) -LFS_CFLAGS = -D_FILE_OFFSET_BITS=64 _LARGEFILE64_SOURCE +LFS_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE endif define LUAFILESYSTEM_BUILD_CMDS -- cgit v1.2.3