BUILD: compression: switch SLZ from out-of-tree to in-tree
authorWilly Tarreau <w@1wt.eu>
Thu, 22 Apr 2021 12:14:22 +0000 (14:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Apr 2021 14:08:25 +0000 (16:08 +0200)
commit12840be005191a67c7724609d2caa4f18f7a94f0
treeeeb8aa3d01fe26039678980feaa1063e51a1e3f5
parentab2b7828e2d24c16db3b487ae28ab2af27dd842f
BUILD: compression: switch SLZ from out-of-tree to in-tree

Now that SLZ is merged, let's update the makefile and compression
files to use it. As a result, SLZ_INC and SLZ_LIB are neither defined
nor used anymore.

USE_SLZ is enabled by default ("USE_SLZ=default") and can be disabled
by passing "USE_SLZ=" or by enabling USE_ZLIB=1.

The doc was updated to reflect the changes.
INSTALL
Makefile
include/haproxy/compression-t.h
src/compression.c