Files
buildroot/package
Fabrice Fontaine d8fec0fb6c package/gnutls: fix build without threads
Fix the following build failure without threads raised since bump to
version 3.7.3 in commit 212b020bb4:

kx.c: In function '_gnutls_nss_keylog_write':
kx.c:164:33: error: 'keylog_mutex' undeclared (first use in this function); did you mean 'keylog_once'?
  164 |   if (gnutls_static_mutex_lock(&keylog_mutex) < 0) {
      |                                 ^~~~~~~~~~~~
      |                                 keylog_once

Fixes:
 - http://autobuild.buildroot.org/results/e092bc11ce4b5908cb6285aa77a3594b8626eeec

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 2f4f57b62b)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-03-14 10:16:30 +01:00
..
2022-02-22 17:55:03 +01:00
2022-02-27 18:33:18 +01:00
2022-01-14 17:51:50 +01:00
2022-02-22 17:42:27 +01:00
2022-01-26 21:06:35 +01:00
2022-02-16 22:02:11 +01:00
2022-01-25 22:14:37 +01:00
2022-01-27 17:41:36 +01:00