From f9904a63df836e5271989fe4abd97bef38d474dd Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 27 Aug 2023 15:18:58 +0200 Subject: gnutls: bump to 3.8.1 --- extra/gnutls/build | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'extra/gnutls/build') diff --git a/extra/gnutls/build b/extra/gnutls/build index 729426d0..5bc90d9a 100755 --- a/extra/gnutls/build +++ b/extra/gnutls/build @@ -1,5 +1,16 @@ #!/bin/sh -e +# We have multiple issues thanks to p11-kit. +# - p11-kit does not support static linking (instead of writing proper code that +# just works they have decided to go out of their way to make sure you can't +# statically link it), so if you build the static gnutls library with it, you +# can link nothing to gnutls statically. +# - If you build gnutls without p11-kit, you can't compile glib-networking as it +# depends on the PKCS#11 API in gnutls that they don't even have enabled by +# default. +# - If libressl was fully compatible with openssl, we wouldn't have to use +# gnutls for glib-networking, therefore removing the p11-kit dependency. + ./configure \ --prefix=/usr \ --disable-nls \ -- cgit v1.2.3