luafilesystem: remove LARGE_FILE constraint
authorFrancois Perrad <francois.perrad@gadz.org>
Thu, 5 Aug 2010 14:36:34 +0000 (16:36 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 24 Aug 2010 13:05:19 +0000 (15:05 +0200)
commite6c4ce6cef9f260226081f043b4f03dd4b0ad949
tree02c53b1269b06a6680f4660baff5a58b7258fd1d
parent66ab67661607bda03f5f2e31da9239048becbfba
luafilesystem: remove LARGE_FILE constraint

Add a patch to luafilesystem so that it builds correctly when large
files are not supported. This allows to remove the dependency of
luafilesystem on large file support on the toolchain. Packages such as
cgilua, wsapi and xavante, which depend on luafilesystem, also get
their dependency on large file support removed.

Fixes bug #2359.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
package/cgilua/Config.in
package/luafilesystem/Config.in
package/luafilesystem/luafilesystem-without_large_file.patch [new file with mode: 0644]
package/luafilesystem/luafilesystem.mk
package/wsapi/Config.in
package/xavante/Config.in