aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-10-15 08:44:14 +0200
committerTheo Buehler <tb@openbsd.org>2024-10-15 08:57:23 +0200
commit91658ff373e03e10fdcd789173361f4270ef4f57 (patch)
tree68997d1ff14e6b08d3a52a23328fdd1e5697c634 /apps
parent3f9003232431b0c0fd5222efc6edcd8084746191 (diff)
downloadportable-91658ff373e03e10fdcd789173361f4270ef4f57.tar.gz
portable-91658ff373e03e10fdcd789173361f4270ef4f57.tar.bz2
portable-91658ff373e03e10fdcd789173361f4270ef4f57.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 'apps')
0 files changed, 0 insertions, 0 deletions