a796fbe700
Commit logs: https://github.com/openresty/lua-nginx-module/compare/v0.10.29...v0.10.29R2 https://github.com/openresty/stream-lua-nginx-module/compare/v0.0.16...v0.0.17R4 PR: 294517 294426 Sponsored by: UNIS Labs MFH: 2026Q2
27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
--- ../stream-lua-nginx-module-0.0.17R4/config.orig
|
|
+++ ../stream-lua-nginx-module-0.0.17R4/config
|
|
@@ -45,9 +45,9 @@ if [ -n "$LUAJIT_INC" -o -n "$LUAJIT_LIB" ]; then
|
|
NGX_TEST_LD_OPT="$ngx_lua_opt_L $NGX_TEST_LD_OPT"
|
|
|
|
if [ $NGX_RPATH = YES ]; then
|
|
- ngx_feature_libs="-R$LUAJIT_LIB $ngx_lua_opt_L -lluajit-5.1 $luajit_ld_opt"
|
|
+ ngx_feature_libs="-R$LUAJIT_LIB $ngx_lua_opt_L -lluajit-5.1 -lpcre $luajit_ld_opt"
|
|
else
|
|
- ngx_feature_libs="$ngx_lua_opt_L -lluajit-5.1 $luajit_ld_opt"
|
|
+ ngx_feature_libs="$ngx_lua_opt_L -lluajit-5.1 -lpcre $luajit_ld_opt"
|
|
fi
|
|
|
|
. auto/feature
|
|
@@ -71,9 +71,9 @@ if [ -n "$LUAJIT_INC" -o -n "$LUAJIT_LIB" ]; then
|
|
NGX_TEST_LD_OPT="$ngx_lua_opt_L $NGX_TEST_LD_OPT"
|
|
|
|
if [ $NGX_RPATH = YES ]; then
|
|
- ngx_feature_libs="-R$LUAJIT_LIB $ngx_lua_opt_L -lluajit-5.1 $luajit_ld_opt"
|
|
+ ngx_feature_libs="-R$LUAJIT_LIB $ngx_lua_opt_L -lluajit-5.1 -lpcre $luajit_ld_opt"
|
|
else
|
|
- ngx_feature_libs="$ngx_lua_opt_L -lluajit-5.1 $luajit_ld_opt"
|
|
+ ngx_feature_libs="$ngx_lua_opt_L -lluajit-5.1 -lpcre $luajit_ld_opt"
|
|
fi
|
|
|
|
. auto/feature
|