diff options
author | Nick Hainke <vincent@systemli.org> | 2022-07-05 15:30:48 +0200 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2022-07-05 15:30:48 +0200 |
commit | 5b96851b8ca28b1003f5f8834ac6f7408934e585 (patch) | |
tree | bac3f2d40246986c22a1447029b9acd31c3fcfd2 | |
parent | 17e0cee39803399522882b359cbc780d38e3a4f4 (diff) |
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>
-rw-r--r-- | libs/gnutls/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |