From c5179b59f0079029c1e8e520905ee5c460ed0d51 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Fri, 12 Jan 2024 15:50:42 -0700
Subject: [PATCH] gnutls3: disable ipv6

---
 recipes/wip/gnutls3/recipe.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes/wip/gnutls3/recipe.toml b/recipes/wip/gnutls3/recipe.toml
index ca15e3d40..8325c63b4 100644
--- a/recipes/wip/gnutls3/recipe.toml
+++ b/recipes/wip/gnutls3/recipe.toml
@@ -14,6 +14,7 @@ COOKBOOK_CONFIGURE_FLAGS+=(
     --with-included-libtasn1
     --with-included-unistring
     --without-p11-kit
+    gl_cv_socket_ipv6=no
 )
 cookbook_configure
 """
-- 
GitLab