| commit | 171e49e083df0a9d8b25cf7697afc803311ff000 | [log] [tgz] |
|---|---|---|
| author | Ruslan Ermilov <ru@nginx.com> | Thu Feb 25 15:22:05 2016 +0300 |
| committer | Ruslan Ermilov <ru@nginx.com> | Thu Feb 25 15:22:05 2016 +0300 |
| tree | d88e0d3cb7e2153d491135846b111549f710c76e | |
| parent | cc9d5498d6df9fb96fc849c61d8e47e744502d37 [diff] |
Dynamic modules: make sure to call config.make for dynamic addons.
diff --git a/auto/make b/auto/make index 560924b..e2e8e29 100644 --- a/auto/make +++ b/auto/make
@@ -437,9 +437,9 @@ # the addons config.make -if test -n "$NGX_ADDONS"; then +if test -n "$NGX_ADDONS$DYNAMIC_ADDONS"; then - for ngx_addon_dir in $NGX_ADDONS + for ngx_addon_dir in $NGX_ADDONS $DYNAMIC_ADDONS do if test -f $ngx_addon_dir/config.make; then . $ngx_addon_dir/config.make