diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2016-02-10 11:36:25 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2016-02-10 11:36:25 +0300 |
| commit | 6b2e4f336c5e005cd72c4f1cc372a6b27225a0d3 (patch) | |
| tree | a7b0e2743f6a5d31e4bbee318d925fb5e1f54133 | |
| parent | 2fe20c9b34b3b5279cf73cb8c4074bf0da242a31 (diff) | |
| download | nginx-6b2e4f336c5e005cd72c4f1cc372a6b27225a0d3.tar.gz nginx-6b2e4f336c5e005cd72c4f1cc372a6b27225a0d3.tar.bz2 | |
Dynamic modules: added auth_basic module libs via ngx_module_libs=.
| -rw-r--r-- | auto/modules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/auto/modules b/auto/modules index 207477858..ebfc91ddf 100644 --- a/auto/modules +++ b/auto/modules @@ -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 |
