[Buildroot] [git commit] luaposix: fix runtime dependency

Peter Korsgaard jacmet at sunsite.dk
Thu Sep 19 19:37:42 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=04685e18cdf58c39d34024bb613a764ae87302ca
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/luaposix/Config.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/luaposix/Config.in b/package/luaposix/Config.in
index 5829282..beae8e4 100644
--- a/package/luaposix/Config.in
+++ b/package/luaposix/Config.in
@@ -1,6 +1,8 @@
 config BR2_PACKAGE_LUAPOSIX
 	bool "luaposix"
 	depends on BR2_INET_IPV6
+	select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA
+	# LuaBitOp is already included in LuaJIT
 	help
 	  luaposix is a POSIX binding, including curses, for Lua 5.1
 	  and 5.2; Like most libraries it simply binds to C APIs on


More information about the buildroot mailing list