]> git.kaiwu.me - nginx.git/commit
Configure: honor dependencies of dynamic modules.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 21 Nov 2016 13:49:19 +0000 (16:49 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 21 Nov 2016 13:49:19 +0000 (16:49 +0300)
commit4c6e31a8577087561cefbed86cf9771604794b8c
treea6887add547a9283c079f2d2f44fb499809b6326
parenta91f2b03829b62be84547c38231b477114c8bc9e
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.
auto/make
auto/module
auto/modules