wok diff gnutls/receipt @ rev 25097

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 18 20:27:19 2022 +0000 (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	Sat Jun 18 20:27:19 2022 +0000
     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  }