]> git.kaiwu.me - nginx.git/commitdiff
Mail: mail dependencies are now honored while building addons.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 30 Sep 2013 18:09:54 +0000 (22:09 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 30 Sep 2013 18:09:54 +0000 (22:09 +0400)
auto/modules

index 3feaf53e1a0f94783792f7a0788cb635f2569f0d..e1eda943fd360a5c06f2378371e35f3338395430 100644 (file)
@@ -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