mirror of
https://github.com/nginx/nginx.git
synced 2024-11-21 16:28:40 +00:00
Dynamic modules: make sure to call config.make for dynamic addons.
This commit is contained in:
parent
ceccebbb31
commit
7a10604ab6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user