wok-current diff gnutls/receipt @ rev 25411
updated winetricks (20200412 -> 20220411)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Aug 04 07:24:24 2022 +0100 (2022-08-04) |
parents | af8d823a3077 |
children | 3ad63c8fc2f9 |
line diff
1.1 --- a/gnutls/receipt Mon Feb 14 14:14:23 2022 +0000 1.2 +++ b/gnutls/receipt Thu Aug 04 07:24:24 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 }