[Buildroot] [git commit master 1/1] wsapi: needs largefile support (for luafilesystem)

Peter Korsgaard jacmet at sunsite.dk
Thu Jul 22 11:08:24 UTC 2010


commit: http://git.buildroot.net/buildroot/commit/?id=5af328d2dd289736670ecde6f4515ca953859b83
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/wsapi/Config.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package/wsapi/Config.in b/package/wsapi/Config.in
index 3621648..472bbfc 100644
--- a/package/wsapi/Config.in
+++ b/package/wsapi/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_WSAPI
 	bool "wsapi"
+	depends on BR2_LARGEFILE # luafilesystem
 	select BR2_PACKAGE_COXPCALL
 	select BR2_PACKAGE_LUAFILESYSTEM
 	select BR2_PACKAGE_RINGS
@@ -7,3 +8,6 @@ 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
-- 
1.7.1




More information about the buildroot mailing list