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:
Nick Hainke 2022-07-05 15:30:48 +02:00 committed by Beginner-Go
parent ff971652f4
commit 7e8f67d082

View File

@ -135,6 +135,7 @@ CONFIGURE_ARGS+= \
--with-librt-prefix="$(LIBRT_ROOT_DIR)/" \
--with-pic \
--with-system-priority-file="" \
--without-brotli \
--without-zlib \
--without-zstd