gnutls3: disable ipv6

This commit is contained in:
Jeremy Soller 2024-01-12 15:50:42 -07:00
parent 8281a16572
commit c5179b59f0
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975

View File

@ -14,6 +14,7 @@ COOKBOOK_CONFIGURE_FLAGS+=(
--with-included-libtasn1
--with-included-unistring
--without-p11-kit
gl_cv_socket_ipv6=no
)
cookbook_configure
"""