summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/libgd/conf (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-26Configure: added support for Homebrew on Apple Silicon.Piotr Sikora1-0/+17
Signed-off-by: Piotr Sikora <piotr@aviatrix.com>
2018-07-24Configure: fixed compiler warnings with "-Wall -Wextra".Sergey Kandaurov1-2/+4
2016-10-21Image filter: support for WebP.Valentin Bartenev1-0/+5
In collaboration with Ivan Poluyanov.
2016-02-04Dynamic modules.Maxim Dounin1-1/+6
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.
2013-01-24Configure: fixed style of include directories.Ruslan Ermilov1-1/+1
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2009-05-04add libgd include pathIgor Sysoev1-0/+1
2009-05-01ngx_http_image_filter_moduleIgor Sysoev1-0/+81