thread libs: move libc_r and libthread_xu to /usr/lib/thread
commit7543a2bfde61b72e22b45e2b619c046b4313d70c
authorSimon Schubert <corecode@dragonflybsd.org>
Wed, 7 Oct 2009 00:27:42 +0000 (7 02:27 +0200)
committerSimon 'corecode' Schubert <corecode@fs.ei.tum.de>
Wed, 14 Oct 2009 11:35:38 +0000 (14 13:35 +0200)
treef4c492137e2d1f1e2f9ba79afcb10428660f4237
parent93de501f77a996034b5cbeb68c0ce1aa722a6e6d
thread libs: move libc_r and libthread_xu to /usr/lib/thread

This is so that badly written programs don't mistakenly pick up either
libc_r or libthread_xu.  The only correct way to get threading support
is to link to libpthread.

By moving the underlaying thread libs to a directory that is not
searched by the linker, we can enforce this policy.

Requested-by: hasso@
Makefile_upgrade.inc
etc/mtree/BSD.usr.dist
lib/libc_r/Makefile
lib/libpthread/Makefile
lib/libthread_xu/Makefile