sync ports with The Matrix
This commit is contained in:
parent
c5eac0c660
commit
a9b47ea9ec
46 changed files with 112 additions and 30 deletions
11
www/nginx/patches/patch-lua-nginx-module_config
Normal file
11
www/nginx/patches/patch-lua-nginx-module_config
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue