diff options
author | Francois Perrad <francois.perrad@gadz.org> | 2010-08-05 16:36:34 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-08-24 15:05:19 +0200 |
commit | e6c4ce6cef9f260226081f043b4f03dd4b0ad949 (patch) | |
tree | 02c53b1269b06a6680f4660baff5a58b7258fd1d /package/wsapi | |
parent | 66ab67661607bda03f5f2e31da9239048becbfba (diff) | |
download | buildroot-novena-e6c4ce6cef9f260226081f043b4f03dd4b0ad949.tar.gz buildroot-novena-e6c4ce6cef9f260226081f043b4f03dd4b0ad949.zip |
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>
Diffstat (limited to 'package/wsapi')
-rw-r--r-- | package/wsapi/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/wsapi/Config.in b/package/wsapi/Config.in index 472bbfcee..362164848 100644 --- a/package/wsapi/Config.in +++ b/package/wsapi/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_WSAPI bool "wsapi" - depends on BR2_LARGEFILE # luafilesystem select BR2_PACKAGE_COXPCALL select BR2_PACKAGE_LUAFILESYSTEM select BR2_PACKAGE_RINGS @@ -8,6 +7,3 @@ config BR2_PACKAGE_WSAPI API that abstracts the web server from Lua web applications. http://keplerproject.github.com/wsapi/ - -comment "wsapi requires a toolchain with LARGEFILE support" - depends on !BR2_LARGEFILE |