diff options
author | Daiki Ueno <dueno@redhat.com> | 2018-08-10 16:45:07 +0200 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2018-08-10 18:25:28 +0200 |
commit | 541d79cb651cfd3238b9aa41fce70208df8e9496 (patch) | |
tree | d4b38e7c2ea397bfb6c3717cbab81398b052f393 /NEWS | |
parent | 6a8da20c0432499480731548256294844cade631 (diff) |
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>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |