]> granicus.if.org Git - p11-kit/commit
build: Link to libpthread, if pthread_atfork() needs to be used 0.23.13
authorDaiki Ueno <dueno@redhat.com>
Fri, 10 Aug 2018 14:45:07 +0000 (16:45 +0200)
committerDaiki Ueno <ueno@gnu.org>
Fri, 10 Aug 2018 16:25:28 +0000 (18:25 +0200)
commit541d79cb651cfd3238b9aa41fce70208df8e9496
treed4b38e7c2ea397bfb6c3717cbab81398b052f393
parent6a8da20c0432499480731548256294844cade631
build: Link to libpthread, if pthread_atfork() needs to be used

On non-glibc systems (e.g., FreeBSD), pthread_atfork() stub is
provided as a nop and our fork detection mechanism doesn't work.  Pull
in the actual implementation from libpthread in that case.

Signed-off-by: Daiki Ueno <dueno@redhat.com>
NEWS
common/library.c
configure.ac