mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 05:11:37 +08:00
Mail: mail dependencies are now honored while building addons.
This commit is contained in:
parent
32d6035303
commit
f86169ae7b
@ -483,6 +483,8 @@ if [ $MAIL = YES ]; then
|
||||
|
||||
modules="$modules $MAIL_PROXY_MODULE"
|
||||
MAIL_SRCS="$MAIL_SRCS $MAIL_PROXY_SRCS"
|
||||
|
||||
NGX_ADDON_DEPS="$NGX_ADDON_DEPS \$(MAIL_DEPS)"
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user