[njs] Stream: added missed linking with libxml2 for the dynamic module.

Dmitry Volyntsev xeioex at nginx.com
Tue Feb 28 02:25:56 UTC 2023


details:   https://hg.nginx.org/njs/rev/0f5b52a42f97
branches:  
changeset: 2050:0f5b52a42f97
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Mon Feb 27 18:16:01 2023 -0800
description:
Stream: added missed linking with libxml2 for the dynamic module.

The issue was introduced in 99b9f83e4d4d (0.7.10).

diffstat:

 nginx/config |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3891f338e2c9 -r 0f5b52a42f97 nginx/config
--- a/nginx/config	Wed Feb 22 19:13:08 2023 -0800
+++ b/nginx/config	Mon Feb 27 18:16:01 2023 -0800
@@ -29,7 +29,7 @@ if [ $STREAM != NO ]; then
     ngx_module_incs="$ngx_addon_dir/../src $ngx_addon_dir/../build"
     ngx_module_deps="$ngx_addon_dir/../build/libnjs.a $NJS_DEPS"
     ngx_module_srcs="$ngx_addon_dir/ngx_stream_js_module.c $NJS_SRCS"
-    ngx_module_libs="PCRE OPENSSL $ngx_addon_dir/../build/libnjs.a -lm"
+    ngx_module_libs="PCRE OPENSSL LIBXSLT $ngx_addon_dir/../build/libnjs.a -lm"
 
     . auto/module
 fi


More information about the nginx-devel mailing list