[Buildroot] [git commit master 1/1] xavante: 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=8330dd11e7caebbafea5e6e9e3c702d6cd5843b0
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

And at the same time use select for the lua shared library dependency.

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

diff --git a/package/xavante/Config.in b/package/xavante/Config.in
index 7a3535a..a1b47c3 100644
--- a/package/xavante/Config.in
+++ b/package/xavante/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_XAVANTE
 	bool "xavante"
-	depends on BR2_PACKAGE_LUA_SHARED_LIBRARY
+	depends on BR2_LARGEFILE # luafilesystem
+	select BR2_PACKAGE_LUA_SHARED_LIBRARY
 	select BR2_PACKAGE_CGILUA
 	select BR2_PACKAGE_COPAS
 	select BR2_PACKAGE_COXPCALL
@@ -12,3 +13,6 @@ config BR2_PACKAGE_XAVANTE
 	  architecture based on URI mapped handlers.
 
 	  http://keplerproject.github.com/xavante/
+
+comment "xavante requires a toolchain with LARGEFILE support"
+	depends on !BR2_LARGEFILE
-- 
1.7.1




More information about the buildroot mailing list