From 541d79cb651cfd3238b9aa41fce70208df8e9496 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 10 Aug 2018 16:45:07 +0200 Subject: 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 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ab8ff57..616face 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ * server: Enable socket activation through systemd [PR#173] * rpc-server: p11_kit_remote_serve_tokens: Allow exporting all modules [PR#174] * proxy: Fail early if there is no slot mapping [PR#175] - * Remove hard dependency on libpthread [PR#177] + * Remove hard dependency on libpthread on glibc systems [PR#177] * Build fixes [PR#170, PR#176] 0.23.12 (stable) -- cgit v1.1