blob: c5941f4228a3c286fabd54de856ee44601cdd9e8 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/nginx-dav-ext-module/config 2018-12-17 08:45:12.000000000 +0000
2+++ b/nginx-dav-ext-module/config 2019-10-11 13:49:41.446919258 +0000
3@@ -8,9 +8,8 @@ ngx_module_name=ngx_http_dav_ext_module
4 # building nginx with the xslt module, in which case libxslt will
5 # be linked anyway. In other cases libxslt is just redundant.
6 # If that's a big deal, libxml2 can be linked directly:
7-# ngx_module_libs=-lxml2
8+ngx_module_libs=-lxml2
9+ngx_module_incs=$(pkg-config --cflags-only-I libxml-2.0 | sed 's/^-I//')
10
11-ngx_module_libs=LIBXSLT
12-
13 ngx_module_srcs="$ngx_addon_dir/ngx_http_dav_ext_module.c"
14