Module embeds the power of Lua into Angie HTTP and STREAM servers. By leveraging Angie's subrequests, this module allows the integration of the powerful Lua threads (known as "coroutines") into the Angie event model. PR: 273462
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
--- ../lua-nginx-module-0.10.25/config.orig
|
|
+++ ../lua-nginx-module-0.10.25/config
|
|
@@ -45,9 +45,9 @@
|
|
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 @@
|
|
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
|