Don't link to any threading lib as libc already exports weak symbols.
commita4bded30d1c35ce9d4d52132f610a17dd3604224
authorSimon Schubert <corecode@dragonflybsd.org>
Sun, 20 Jan 2008 19:14:09 +0000 (20 19:14 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Sun, 20 Jan 2008 19:14:09 +0000 (20 19:14 +0000)
tree58c03bbe1dbeb7f33cda0c4d4c03353d41cc7807
parent842eea5bb0febda8ba0a47b3c29d13e0966e9d58
Don't link to any threading lib as libc already exports weak symbols.

Linking to any threading lib could lead to overly intelligent build
scripts to pick up this particular threading lib and to link to it
directly instead of linking just to libpthread.

DragonFly-bug:  <https://bugs.dragonflybsd.org/issue921>
lib/libpthread/Makefile
lib/libpthread/README