Skip to content
Snippets Groups Projects
Commit 4bbcac62 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

gnutls: disable brotli for apple

Change-Id: I86dba151b7bf7282333c5f11ecb24528b4a849ff
parent 3e029a9b
Branches
No related tags found
No related merge requests found
......@@ -39,8 +39,14 @@ GNUTLS_CONF := \
--without-idn \
$(HOSTCONF)
ifdef HAVE_MACOSX
GNUTLS_CONF += --without-brotli
endif
ifdef HAVE_IOS
GNUTLS_CONF += --disable-hardware-acceleration
GNUTLS_CONF += \
--disable-hardware-acceleration \
--without-brotli
endif
DEPS_gnutls = gmp nettle iconv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment