nginx/auto/lib
Maxim Dounin 97f59dda09 Dynamic modules.
The auto/module script is extended to understand ngx_module_link=DYNAMIC.
When set, it links the module as a shared object rather than statically
into nginx binary.  The module can later be loaded using the "load_module"
directive.

New auto/module parameter ngx_module_order allows to define module loading
order in complex cases.  By default the order is set based on ngx_module_type.

3rd party modules can be compiled dynamically using the --add-dynamic-module
configure option, which will preset ngx_module_link to "DYNAMIC" before
calling the module config script.

Win32 support is rudimentary, and only works when using MinGW gcc (which
is able to handle exports/imports automatically).

In collaboration with Ruslan Ermilov.
2016-02-04 20:25:29 +03:00
..
geoip Dynamic modules. 2016-02-04 20:25:29 +03:00
google-perftools Configure: typo fixed. 2014-04-30 19:16:30 +04:00
libatomic Configure: call "make distclean" for libatomic. 2013-11-11 01:59:47 -08:00
libgd Dynamic modules. 2016-02-04 20:25:29 +03:00
libxslt Dynamic modules. 2016-02-04 20:25:29 +03:00
md5 Configure: uniformly refer to libs when searching for md5 and sha1. 2013-04-18 14:26:08 +00:00
openssl Dynamic modules: dlopen() support. 2016-02-04 18:30:21 +03:00
pcre Win32: MinGW GCC compatibility. 2013-09-04 20:48:28 +04:00
perl Configure: improved workaround for system perl on OS X. 2015-11-30 12:04:29 +03:00
sha1 Configure: uniformly refer to libs when searching for md5 and sha1. 2013-04-18 14:26:08 +00:00
zlib Configure: remove outdated and unused patch.zlib.h. 2014-07-31 03:52:28 -07:00
conf Dynamic modules. 2016-02-04 20:25:29 +03:00
make Copyright updated. 2012-01-18 15:07:43 +00:00
test Configure: fixed autotest cleanup commands. 2013-07-31 18:16:40 +04:00