mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
Dynamic modules: added auth_basic module libs via ngx_module_libs=.
This commit is contained in:
parent
2fe20c9b34
commit
6b2e4f336c
@ -530,11 +530,10 @@ if [ $HTTP_AUTH_BASIC = YES ]; then
|
||||
ngx_module_incs=
|
||||
ngx_module_deps=
|
||||
ngx_module_srcs=src/http/modules/ngx_http_auth_basic_module.c
|
||||
ngx_module_libs=
|
||||
ngx_module_libs=$CRYPT_LIB
|
||||
ngx_module_link=$HTTP_AUTH_BASIC
|
||||
|
||||
. auto/module
|
||||
CORE_LIBS="$CORE_LIBS $CRYPT_LIB"
|
||||
fi
|
||||
|
||||
if [ $HTTP_ACCESS = YES ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user