# HG changeset patch # User Hans-G?nter Theisgen # Date 1650975081 -3600 # Node ID 1d4d40f846e6dad6d278f1c7b9bb5c89468fa305 # Parent 3d4a009ea929be2f2d21d1d06f08237d10469741 gnutls: disabled GOST support diff -r 3d4a009ea929 -r 1d4d40f846e6 gnutls/receipt --- a/gnutls/receipt Tue Apr 26 07:15:14 2022 +0100 +++ b/gnutls/receipt Tue Apr 26 13:11:21 2022 +0100 @@ -47,10 +47,13 @@ # --with-libgcrypt # --with-zlib + # Disabled GOST support to compile with nettle-373 + # Is GOST support indispensable? ./configure \ + --disable-gost \ --disable-guile \ --with-default-trust-store-file="/etc/ssl/ca-bundle.crt" \ - $CONFIGURE_ARGS ${ARCH_ARGS} && + $CONFIGURE_ARGS $ARCH_ARGS && make && make install }