# HG changeset patch # User Ruslan Ermilov # Date 1456402925 -10800 # Node ID 35487ea55cb61db53718afd8d831efbd87413bf3 # Parent 107a46bde3496a7dad51b4c778e703aedda15476 Dynamic modules: make sure to call config.make for dynamic addons. diff --git a/auto/make b/auto/make --- 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