mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 09:42:39 +08: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
|
# 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
|
do
|
||||||
if test -f $ngx_addon_dir/config.make; then
|
if test -f $ngx_addon_dir/config.make; then
|
||||||
. $ngx_addon_dir/config.make
|
. $ngx_addon_dir/config.make
|
||||||
|
Loading…
Reference in New Issue
Block a user