wok rev 24968

gnutls: disabled GOST support
author Hans-G?nter Theisgen
date Tue Apr 26 13:11:21 2022 +0100 (24 months ago)
parents 3d4a009ea929
children b030d71a6ddf
files gnutls/receipt
line diff
     1.1 --- a/gnutls/receipt	Tue Apr 26 07:15:14 2022 +0100
     1.2 +++ b/gnutls/receipt	Tue Apr 26 13:11:21 2022 +0100
     1.3 @@ -47,10 +47,13 @@
     1.4  	#	--with-libgcrypt
     1.5  	#	--with-zlib
     1.6  
     1.7 +	# Disabled GOST support to compile with nettle-373
     1.8 +	# Is GOST support indispensable?
     1.9  	./configure		\
    1.10 +		--disable-gost	\
    1.11  		--disable-guile \
    1.12  		--with-default-trust-store-file="/etc/ssl/ca-bundle.crt" \
    1.13 -		$CONFIGURE_ARGS ${ARCH_ARGS} &&
    1.14 +		$CONFIGURE_ARGS $ARCH_ARGS &&
    1.15  	make &&
    1.16  	make install
    1.17  }