Hi,
I am new to lua and openresty.
I tried building openresty, on a platform which doesn’t
support lua-JIT. So while building I used –with-lua51 option for
openresty, and the build completes. But there are sub-components(ex:
lua-nginx-module, LuaUpstreamNginxModule) which still use lua-JIT
Is there a way to force usage of lua51 and not luaJIT for the sub-components as
well?