Mail: mail dependencies are now honored while building addons.

This commit is contained in:
Maxim Dounin 2013-09-30 22:09:54 +04:00
parent 32d6035303
commit f86169ae7b

View File

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