wok diff gnutls/receipt @ rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (23 months ago)
parents af8d823a3077
children ccb3cb4d6f56
line diff
     1.1 --- a/gnutls/receipt	Mon Feb 14 14:14:23 2022 +0000
     1.2 +++ b/gnutls/receipt	Fri Jul 01 10:50: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  }