diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2013-09-30 22:09:54 +0400 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2013-09-30 22:09:54 +0400 |
| commit | f86169ae7bbb30d0955be03a0adad1d1cd73a046 (patch) | |
| tree | b8f0a85dc555ad69d2340d1947d4b944922238bf | |
| parent | 32d6035303426bfd027d00030d0749cc0e85c6fb (diff) | |
| download | nginx-f86169ae7bbb30d0955be03a0adad1d1cd73a046.tar.gz nginx-f86169ae7bbb30d0955be03a0adad1d1cd73a046.tar.bz2 | |
Mail: mail dependencies are now honored while building addons.
Diffstat (limited to '')
| -rw-r--r-- | auto/modules | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
