diff auto/modules @ 5397:ae73d7a4fcde

Mail: mail dependencies are now honored while building addons.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 30 Sep 2013 22:09:54 +0400
parents 36b58ddb566d
children efc84a5723b3
line wrap: on
line diff
--- 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