libpthread-stubs configure: FreeBSD support
naota@gentoo.org
Submitted byAssigned to xcb mailing list dummy
Description
Created attachment 89902 libpthread-stubs-0.3-freebsd.patch
On FreeBSD, pthread_condattr_{init,destroy} is available in libthr.so, so current configure failed to detect them and cause to generate stubs for them.
The attached is a patch to add "-lthr" to LIBS so that it can properly detect pthread_condattr_{init,destroy}.
Attachment 89902, "libpthread-stubs-0.3-freebsd.patch":
libpthread-stubs-0.3-freebsd.patch