sync ports with The Matrix

This commit is contained in:
purplerain 2023-10-06 03:46:28 +00:00
parent c5eac0c660
commit a9b47ea9ec
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
46 changed files with 112 additions and 30 deletions

View file

@ -0,0 +1,11 @@
--- lua-nginx-module/config.orig Tue Oct 3 22:18:35 2023
+++ lua-nginx-module/config Tue Oct 3 22:21:42 2023
@@ -181,7 +181,7 @@
if [ $NGX_RPATH = YES ]; then
ngx_feature_libs="-R/usr/local/lib -L/usr/local/lib -llua -lm"
else
- ngx_feature_libs="-L/usr/local/lib -llua5.1 -lm"
+ ngx_feature_libs="-L/usr/local/lib -llua5.1 -lpcre -lm"
fi
. auto/feature
fi