diff options
| author | Andrew Clayton <a.clayton@nginx.com> | 2024-11-20 16:47:06 +0000 |
|---|---|---|
| committer | Andrew Clayton <a.clayton@nginx.com> | 2025-04-14 18:11:53 +0100 |
| commit | c9b2ecd28407538d3ef0b48bba944440695196ed (patch) | |
| tree | 4138739ecd81a804b736d68c820b338e621f3218 /auto/summary | |
| parent | 804ca81fd958cd29bd52296063224fc73d40c42f (diff) | |
| download | unit-c9b2ecd28407538d3ef0b48bba944440695196ed.tar.gz unit-c9b2ecd28407538d3ef0b48bba944440695196ed.tar.bz2 | |
http: Wire up HTTP compression to the build system
This allows to actually build unit with support for zlib, zstd and
brotli compression.
Any or all can be specified. E.g.
$ ./configure --zlib ...
$ ./configure --zlib --zstd --brotli ...
During configure you will see if support for the requested compressions
has been found and what version of the library is being used.
E.g.
...
checking for zlib ... found
+ zlib version: 1.3.1.zlib-ng
checking for zstd ... found
+ zstd version: 1.5.6
checking for brotli ... found
+ brotli version: 1.1.0
...
Unit configuration summary:
...
zlib support: .............. YES
zstd support: .............. YES
brotli support: ............ YES
...
Co-authored-by: Alejandro Colomar <alx@kernel.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'auto/summary')
| -rw-r--r-- | auto/summary | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/summary b/auto/summary index eba88be4..4a0888a6 100644 --- a/auto/summary +++ b/auto/summary @@ -28,6 +28,9 @@ Unit configuration summary: IPv6 support: .............. $NXT_INET6 Unix domain sockets support: $NXT_UNIX_DOMAIN TLS support: ............... $NXT_OPENSSL + zlib support: .............. $NXT_ZLIB + zstd support: .............. $NXT_ZSTD + brotli support: ............ $NXT_BROTLI Regex support: ............. $NXT_REGEX njs support: ............... $NXT_NJS otel support: .............. $NXT_OTEL |
