From cb0ac4ab1dce403893677678ad3b7dd5619ed001 Mon Sep 17 00:00:00 2001
From: kkostiuk <kateryna.kostiuk@savoirfairelinux.com>
Date: Fri, 15 Jul 2022 10:31:42 -0400
Subject: [PATCH] gnutls: disable zstd for iOS

Change-Id: Ifa22d005d8c9d633af6604e506377c1e10d2d83d
---
 contrib/src/gnutls/rules.mak | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/src/gnutls/rules.mak b/contrib/src/gnutls/rules.mak
index 03e57601c1..366f63e41c 100644
--- a/contrib/src/gnutls/rules.mak
+++ b/contrib/src/gnutls/rules.mak
@@ -46,7 +46,8 @@ endif
 ifdef HAVE_IOS
 	GNUTLS_CONF += \
 	--disable-hardware-acceleration \
-	--without-brotli
+	--without-brotli \
+	--without-zstd
 endif
 
 DEPS_gnutls = gmp nettle iconv
-- 
GitLab