From: Waldemar Kozaczuk <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> Branch: master
lua: added missing lpeg library Signed-off-by: Waldemar Kozaczuk <[email protected]> --- diff --git a/modules/lua/Makefile b/modules/lua/Makefile --- a/modules/lua/Makefile +++ b/modules/lua/Makefile @@ -31,6 +31,7 @@ $(LDIR)/socket/core.so: $(LUA_ROCKS) LuaJSON: $(CDIR)/json.lua $(CDIR)/json.lua: $(LUA_ROCKS) + $(LUA_ROCKS) install --no-doc --tree $(MODULES_DIR) lpeg 1.0.2-1 $(LUA_ROCKS) install --no-doc --tree $(MODULES_DIR) luajson 1.3.4-1 # == Lua_stdlib == -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osv-dev/000000000000dfc43505a57bc51f%40google.com.
