[nginx] Dynamic modules: make sure to call config.make for dynamic addons.

Ruslan Ermilov ru at nginx.com
Thu Feb 25 13:29:24 UTC 2016


details:   http://hg.nginx.org/nginx/rev/35487ea55cb6
branches:  
changeset: 6416:35487ea55cb6
user:      Ruslan Ermilov <ru at nginx.com>
date:      Thu Feb 25 15:22:05 2016 +0300
description:
Dynamic modules: make sure to call config.make for dynamic addons.

diffstat:

 auto/make |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

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 @@ 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



More information about the nginx-devel mailing list