gnutls: disable brotli
Disable the brotli library by default. It is not used and may prevent linking issues in the future. Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
17e0cee398
commit
5b96851b8c
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ CONFIGURE_ARGS+= \
|
|||
--with-librt-prefix="$(LIBRT_ROOT_DIR)/" \
|
||||
--with-pic \
|
||||
--with-system-priority-file="" \
|
||||
--without-brotli \
|
||||
--without-zlib \
|
||||
--without-zstd
|
||||
|
||||
|
|
Loading…
Reference in a new issue