File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,13 @@ no_pool_patch=${no_pool_patch:-}
112112grpc_engine_path=" -DNGX_GRPC_CLI_ENGINE_PATH=$OR_PREFIX /libgrpc_engine.so -DNGX_HTTP_GRPC_CLI_ENGINE_PATH=$OR_PREFIX /libgrpc_engine.so"
113113
114114cd openresty-${or_ver} || exit 1
115+ # FIXME: remove this once 1.21.4.2 is released
116+ rm -rf bundle/LuaJIT-2.1-20220411
117+ lj_ver=2.1-20230119
118+ wget " https://github.com/openresty/luajit2/archive/v$lj_ver .tar.gz" -O " LuaJIT-$lj_ver .tar.gz"
119+ tar -xzf LuaJIT-$lj_ver .tar.gz
120+ mv luajit2-* bundle/LuaJIT-2.1-20220411
121+
115122./configure --prefix=" $OR_PREFIX " \
116123 --with-cc-opt=" -DAPISIX_BASE_VER=$version $grpc_engine_path $cc_opt " \
117124 --with-ld-opt=" -Wl,-rpath,$OR_PREFIX /wasmtime-c-api/lib $ld_opt " \
You can’t perform that action at this time.
0 commit comments