summaryrefslogtreecommitdiff
path: root/recipes-support/gnutls/files/libpthreadhack.patch
AgeCommit message (Collapse)Author
2017-12-22gnutls: remove backported patches no longer neededMax Krummenacher
The patches are part of gnutls 3.5.7 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2014-08-04gnutls: hack to use libpthreadMax Krummenacher
gnutls use libgcrypt and should init gcrypt's mutex functionality but does not. This leads to asserts in libgcrypt: Ohhhh jeeee: Assertion `pool_is_locked' failed (random-csprng.c:615:mix_pool) This patch hacks autoconf to always use libpthread and thus initalizes libgcrypt with working mutex functions.