Hello,

Some wild guesses:

I ran into something maybe similar some time ago:
https://lists.debian.org/debian-devel/2008/10/msg00359.html

it looks like glibc provides stubs for the pthread API if no threads are
present. A "git grep pthread_create" in the cmake source only showed
some invocations in the tests itself.

So IMHO the symbol is provided by glibc and linking pthread is not
necessary. If another component like libcurl uses pthreads then this
component needs to pull in the pthread dependency (which it does).

Thanks,
Gregor


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to