mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 09:31:20 +00:00
nginx: update nginx-dav-ext-module to 3.0
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
committed by
Eneas U de Queiroz
parent
4de4bb3e15
commit
e35042bc3d
14
net/nginx/patches-dav-nginx/100-drop-libxslt-dep.patch
Normal file
14
net/nginx/patches-dav-nginx/100-drop-libxslt-dep.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
--- a/nginx-dav-ext-module/config 2018-12-17 08:45:12.000000000 +0000
|
||||
+++ b/nginx-dav-ext-module/config 2019-10-11 13:49:41.446919258 +0000
|
||||
@@ -8,9 +8,8 @@ ngx_module_name=ngx_http_dav_ext_module
|
||||
# building nginx with the xslt module, in which case libxslt will
|
||||
# be linked anyway. In other cases libxslt is just redundant.
|
||||
# If that's a big deal, libxml2 can be linked directly:
|
||||
-# ngx_module_libs=-lxml2
|
||||
+ngx_module_libs=-lxml2
|
||||
+ngx_module_incs=$(pkg-config --cflags-only-I libxml-2.0 | sed 's/^-I//')
|
||||
|
||||
-ngx_module_libs=LIBXSLT
|
||||
-
|
||||
ngx_module_srcs="$ngx_addon_dir/ngx_http_dav_ext_module.c"
|
||||
|
||||
Reference in New Issue
Block a user