e6c4ce6cef
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>
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
config BR2_PACKAGE_WSAPI
|
|
bool "wsapi"
|
|
select BR2_PACKAGE_COXPCALL
|
|
select BR2_PACKAGE_LUAFILESYSTEM
|
|
select BR2_PACKAGE_RINGS
|
|
help
|
|
API that abstracts the web server from Lua web applications.
|
|
|
|
http://keplerproject.github.com/wsapi/
|