commit | 523e337c424aae5c149f2943eacc7b1ed082f2d2 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Nov 21 16:49:19 2016 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Nov 21 16:49:19 2016 +0300 |
tree | a6887add547a9283c079f2d2f44fb499809b6326 | |
parent | 50356c366f4579f25f7fd556a74812e6501bf0c2 [diff] |
Configure: honor dependencies of dynamic modules. Dependencies of dynamic modules are added to NGX_ADDON_DEPS (and it is now used for dynamic modules) to be in line with what happens in case of static compilation. To avoid duplication, MAIL_DEPS and STREAM_DEPS are no longer passed to auto/module when these modules are compiled as dynamic ones. Mail and stream dependencies are handled explicitly via corresponding variables.