projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55b0815
)
luaposix: fix runtime dependency
author
Francois Perrad
<fperrad@gmail.com>
Thu, 19 Sep 2013 06:31:38 +0000
(08:31 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 19 Sep 2013 19:37:42 +0000
(21:37 +0200)
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/luaposix/Config.in
patch
|
blob
|
history
diff --git
a/package/luaposix/Config.in
b/package/luaposix/Config.in
index 58292829fa89235bed3d65a5efdd82bb140d0059..beae8e44527433927afc12c05bbda1379a78c6f9 100644
(file)
--- 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