[nginx] Mail: mail dependencies are now honored while building a...

Maxim Dounin mdounin at mdounin.ru
Mon Sep 30 18:10:56 UTC 2013


details:   http://hg.nginx.org/nginx/rev/ae73d7a4fcde
branches:  
changeset: 5397:ae73d7a4fcde
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Mon Sep 30 22:09:54 2013 +0400
description:
Mail: mail dependencies are now honored while building addons.

diffstat:

 auto/modules |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

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
 
 



More information about the nginx-devel mailing list