changeset 6416:35487ea55cb6

Dynamic modules: make sure to call config.make for dynamic addons.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 25 Feb 2016 15:22:05 +0300
parents 107a46bde349
children ce946e0976dc
files auto/make
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/auto/make
+++ b/auto/make
@@ -437,9 +437,9 @@ fi
 
 # 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