freebsd-ports/security/gnutls
Tijl Coosemans 9ffc65e659 security/gnutls: initialise libpthread
To ensure thread-safety libgnutls calls libpthread functions but to
avoid the overhead for single-threaded programs it does not link with
libpthread.  It only calls libpthread if the executable or another
library links to it.

Since 3.8.0 libgnutls calls pthread_key_create from its init function
but because it does not link with libpthread libpthread might not have
been initialised yet.  Patch the libgnutls init function so it
initialises libpthread.

PR:		278076
2024-04-12 22:15:31 +02:00
..
files security/gnutls: initialise libpthread 2024-04-12 22:15:31 +02:00
Makefile security/gnutls: initialise libpthread 2024-04-12 22:15:31 +02:00
distinfo security/gnutls: Update to 3.8.5 2024-04-07 09:48:39 +02:00
pkg-descr
pkg-plist security/gnutls: Update to 3.8.5 2024-04-07 09:48:39 +02:00