From 5b96851b8ca28b1003f5f8834ac6f7408934e585 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Tue, 5 Jul 2022 15:30:48 +0200 Subject: [PATCH] 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 --- libs/gnutls/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index 919f6f590..4c5af6a0f 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -135,6 +135,7 @@ CONFIGURE_ARGS+= \ --with-librt-prefix="$(LIBRT_ROOT_DIR)/" \ --with-pic \ --with-system-priority-file="" \ + --without-brotli \ --without-zlib \ --without-zstd