thread libs: move libc_r and libthread_xu to /usr/lib/thread
authorSimon Schubert <corecode@dragonflybsd.org>
Wed, 7 Oct 2009 00:27:42 +0000 (02:27 +0200)
committerSimon Schubert <corecode@dragonflybsd.org>
Wed, 7 Oct 2009 17:34:37 +0000 (19:34 +0200)
commit54674d33687b187876e5b9d260d3ae6aa1f0261c
tree54f08b050ed31d05908564e412397f03885480da
parent2cde9453827e0353739b831ec55cb39611367835
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