# HG changeset patch # User Maxim Dounin # Date 1380564594 -14400 # Node ID ae73d7a4fcdeb14ad6a948e60bc39618f7533eed # Parent 42f874c0b970974fa71ee3f4a4c1a9db684e4dcb Mail: mail dependencies are now honored while building addons. diff --git a/auto/modules b/auto/modules --- a/auto/modules +++ b/auto/modules @@ -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