Skip to content

If thread-safety-constructor is enabled, link against pthreads not stubs

Alan Coopersmith requested to merge alanc/libx11:pthreads into master

Only really makes a difference if pthreads is not in libc.

Fixes: #162 (closed)

This seems to do what I expect when building on Oracle Linux 7, linking against libpthreads, but I've not tested it beyond building and running readelf -d

Merge request reports