File: config

package info (click to toggle)
nginx 1.18.0-6.1%2Bdeb11u3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 19,344 kB
  • sloc: ansic: 250,653; perl: 7,548; sh: 1,408; ruby: 879; python: 358; makefile: 338; awk: 36; cpp: 18
file content (17 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ngx_addon_name=ngx_http_dav_ext_module

ngx_module_type=HTTP
ngx_module_name=ngx_http_dav_ext_module

# nginx has robust builtin support for linking against
# libxml2+libxslt.  This is definitelty the right way to go if
# 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=LIBXSLT

ngx_module_srcs="$ngx_addon_dir/ngx_http_dav_ext_module.c"

. auto/module