# 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 -r 107a46bde349 -r 35487ea55cb6 auto/make --- a/auto/make Thu Feb 25 16:28:42 2016 +0300 +++ b/auto/make Thu Feb 25 15:22:05 2016 +0300 @@ -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