ports/www/nginx/patches/patch-lua-nginx-module_config

12 lines
467 B
Text
Raw Normal View History

2023-10-06 03:46:28 +00:00
--- 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