aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-10-15 08:44:14 +0200
committerBrent Cook <busterb@gmail.com>2024-10-16 03:04:00 -0500
commitba095ea3ea7da659a7a157a0717c454008867875 (patch)
tree45096ca6a6fcb966248b5311ef7b9c349590fd7e /crypto
parent33c5cbfb4b4fa06ff75b2920db5bb27272115e41 (diff)
downloadportable-ba095ea3ea7da659a7a157a0717c454008867875.tar.gz
portable-ba095ea3ea7da659a7a157a0717c454008867875.tar.bz2
portable-ba095ea3ea7da659a7a157a0717c454008867875.zip
Fix CMake build on FreeBSD
FreeBSD's libc has a stub implementation of pthread_once() that returns ENOSYS and doesn't seem to call the init routine. You need to link with pthread for this to work. This PR does this and fixes regress failures for CMake builds on this platform. This likely never worked.
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions