details:   http://hg.nginx.org/nginx/rev/ae73d7a4fcde
branches:  
changeset: 5397:ae73d7a4fcde
user:      Maxim Dounin <[email protected]>
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
 
 

_______________________________________________
nginx-devel mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to