From f86169ae7bbb30d0955be03a0adad1d1cd73a046 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Mon, 30 Sep 2013 22:09:54 +0400 Subject: Mail: mail dependencies are now honored while building addons. --- auto/modules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'auto') diff --git a/auto/modules b/auto/modules index 3feaf53e1..e1eda943f 100644 --- 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 -- cgit