projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove lua's dependency on libreadline and libncurses
[openwrt.git]
/
package
/
lua
/
Makefile
diff --git
a/package/lua/Makefile
b/package/lua/Makefile
index
ae6206d
..
debe6bf
100644
(file)
--- a/
package/lua/Makefile
+++ b/
package/lua/Makefile
@@
-53,7
+53,7
@@
endef
define Package/lua
$(call Package/lua/Default)
- DEPENDS:=+liblua
+libreadline +libncurses
+ DEPENDS:=+liblua
TITLE+= (interpreter)
endef
This page took
0.023665 seconds
and
4
git commands to generate.