projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf71879
)
lua: remove empty host dependencies definition
author
Julien Floret
<julien.floret@6wind.com>
Sat, 2 Jul 2016 22:21:32 +0000
(
00:21
+0200)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sun, 3 Jul 2016 08:24:02 +0000
(10:24 +0200)
Signed-off-by: Julien Floret <julien.floret@6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/lua/lua.mk
patch
|
blob
|
history
diff --git
a/package/lua/lua.mk
b/package/lua/lua.mk
index b2dab3937c4598e0907a1e1e2815fffecfb78d85..be3328434b3b7cecd7f4137bef5075342e8004d3 100644
(file)
--- a/
package/lua/lua.mk
+++ b/
package/lua/lua.mk
@@
-62,9
+62,6
@@
endef
LUA_POST_PATCH_HOOKS += LUA_32BITS_LUACONF
endif
-# We never want to have host-readline and host-ncurses as dependencies
-# of host-lua.
-HOST_LUA_DEPENDENCIES =
HOST_LUA_CFLAGS = -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX
HOST_LUA_MYLIBS = -ldl