Bug 2359

Summary: [luafilesystem] remove LARGE_FILE constraint
Product: buildroot Reporter: François Perrad <francois.perrad>
Component: OtherAssignee: Gustavo Zacarias <gustavo>
Status: RESOLVED FIXED    
Severity: minor CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: fix

Description François Perrad 2010-08-05 15:34:16 UTC
Created attachment 2311 [details]
fix

the attached patch removes the LARGE_FILE constraint for the package LuaFileSystem in 2010.08-rc1.
Comment 1 Thomas Petazzoni 2010-08-10 16:07:30 UTC
Let's get the opinion of Gustavo, who is following our Lua packages in Buildroot.

François, has the patch against luafilesystem that you're proposing been proposed to upstream ?
Comment 2 François Perrad 2010-08-11 14:03:42 UTC
(In reply to comment #1)
> Let's get the opinion of Gustavo, who is following our Lua packages in
> Buildroot.
> 
> François, has the patch against luafilesystem that you're proposing been
> proposed to upstream ?

Thomas, no. Because my patch is just a workaround for BuildRoot
(which moves some defines from lfs.c to luafilesystem.mk).

But I create a ticket, see http://github.com/keplerproject/luafilesystem/issues/issue/1.
Comment 3 Gustavo Zacarias 2010-08-12 13:19:20 UTC
Looks good enough to me.
Comment 4 Thomas Petazzoni 2010-08-22 05:52:19 UTC
Thanks, merged in my for-2010.08 branch.