From: Nick Hainke Date: Tue, 5 Jul 2022 13:30:48 +0000 (+0200) Subject: gnutls: disable brotli X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5b96851b8ca28b1003f5f8834ac6f7408934e585;p=openwrt-packages.git 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 --- 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