diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2023-04-17 12:13:29 +0200 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2023-04-17 12:20:52 +0200 |
commit | 364b314d88996ec0e94b44e8b4297bb52170e4cb (patch) | |
tree | c2d7e1e5be8431023f53bae686fb5b87afb010b1 /www/nginx/files/extra-patch-nginx-vod-module-config | |
parent | net-im/gotosocial: update to 0.8.0 (diff) |
www/nginx: Update to 1.24.0
Update NGINX to 1.24.0
Overview of the changes from nginx-devel. Osa has made many good changes in the last devel phases. These have been adopted into the nginx port (httpv3 ....). Also all modules were updated to the latest version
Sponsored by: Netzkommune GmbH
Diffstat (limited to 'www/nginx/files/extra-patch-nginx-vod-module-config')
-rw-r--r-- | www/nginx/files/extra-patch-nginx-vod-module-config | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/nginx/files/extra-patch-nginx-vod-module-config b/www/nginx/files/extra-patch-nginx-vod-module-config deleted file mode 100644 index 1f32296b0e9c..000000000000 --- a/www/nginx/files/extra-patch-nginx-vod-module-config +++ /dev/null @@ -1,17 +0,0 @@ ---- ../nginx-vod-module-1.27/config.orig 2020-07-09 20:33:33 UTC -+++ ../nginx-vod-module-1.27/config -@@ -227,8 +227,12 @@ ngx_feature_name="NGX_HAVE_LIBXML2" - ngx_feature_run=no - ngx_feature_incs="#include <libxml/parser.h> - #include <libxml/tree.h>" --ngx_feature_path="/usr/include/libxml2" --ngx_feature_libs="-lxml2" -+ngx_feature_path="%%PREFIX%%/include/libxml2 %%PREFIX%%/include" -+if [ $NGX_RPATH = YES ]; then -+ ngx_feature_libs="-R%%PREFIX%%/lib -L%%PREFIX%%/lib -lxml2 -lxslt" -+else -+ ngx_feature_libs="-L%%PREFIX%%/lib -lxml2 -lxslt" -+fi - ngx_feature_test="xmlReadMemory(NULL, 0, NULL, NULL, 0);" - . auto/feature - |