summaryrefslogtreecommitdiffstats
path: root/rules/lua.in
diff options
context:
space:
mode:
authorDenis OSTERLAND <denis.osterland@diehl.com>2017-09-15 09:07:52 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-10-01 11:11:39 +0200
commitf9c77733a107416cba8e028759187a3e20147568 (patch)
treeec2c762c0afd451d3912f148d5d4fcd9184144d6 /rules/lua.in
parent37429eb0cfb797b3b323f606e7bd7b99c43deece (diff)
downloadptxdist-f9c77733a107416cba8e028759187a3e20147568.tar.gz
ptxdist-f9c77733a107416cba8e028759187a3e20147568.tar.xz
lua: version bump 5.1.4 -> 5.3.4
Instead of write own build rules with autoconf tools, only adapt projects make files to work in ptxdist environment. Signed-off-by: Denis Osterland <Denis.Osterland@diehl.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lua.in')
-rw-r--r--rules/lua.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/rules/lua.in b/rules/lua.in
index 3a031bc32..15c9d711f 100644
--- a/rules/lua.in
+++ b/rules/lua.in
@@ -3,7 +3,7 @@
menuconfig LUA
tristate
prompt "lua "
- select READLINE if LUA_READLINE
+ select READLINE
select LIBC_M
select LIBC_DL
help
@@ -19,13 +19,6 @@ menuconfig LUA
if LUA
-config LUA_READLINE
- bool
- prompt "Use readline"
- depends on BROKEN
- help
- FIXME
-
config LUA_INSTALL_LUA
bool
prompt "Install lua on target"