gnutls: disable brotli 18868/head
authorNick Hainke <vincent@systemli.org>
Tue, 5 Jul 2022 13:30:48 +0000 (15:30 +0200)
committerNick Hainke <vincent@systemli.org>
Tue, 5 Jul 2022 13:30:48 +0000 (15:30 +0200)
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>
libs/gnutls/Makefile

index 919f6f590dc18ab13c68f726225cc4fe2b1252d1..4c5af6a0fb05c175481c9c1d936b2deb1eaf3924 100644 (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