Anton Berezin says that on FreeBSD we're wrong to be using -lc_r, and
authorNicholas Clark <nick@ccl4.org>
Fri, 28 Apr 2006 12:48:27 +0000 (12:48 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 28 Apr 2006 12:48:27 +0000 (12:48 +0000)
commit4181e3555d644327354a2dc20295251d01e07f2b
tree76d1f2828eb60b8eb55aef34ac613d33b632ca0c
parentf2cba68dfbed8d8ba2bc905001d64997095d148a
Anton Berezin says that on FreeBSD we're wrong to be using -lc_r, and
should just be using -pthread on the linker line.
This stops the new taint tests looping infinitely. It also seems to
cure the TODO test in posix.t - masked SIGINT is now received.

p4raw-id: //depot/perl@27995
hints/freebsd.sh