]> git.kaiwu.me - nginx.git/commitdiff
Dynamic modules: make sure to call config.make for dynamic addons.
authorRuslan Ermilov <ru@nginx.com>
Thu, 25 Feb 2016 12:22:05 +0000 (15:22 +0300)
committerRuslan Ermilov <ru@nginx.com>
Thu, 25 Feb 2016 12:22:05 +0000 (15:22 +0300)
auto/make

index 560924b7dc2244eaf393554d0dea84acf6e3c8ac..e2e8e29831bf368d2ee0d5151bd83e9b8a3f2f61 100644 (file)
--- 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