
nick at ccl4
Oct 20, 2008, 9:40 PM
Post #2 of 4
(1227 views)
Permalink
|
On Tue, Oct 21, 2008 at 10:26:30AM +1100, Tony Cook wrote: > This patch fixes the problem with Configure -Duseithreads on FreeBSD 7 > without the compatibility libraries installed. > > See > http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/net/gethostnamadr.c > revisions 1.22 (removal of the bogus functions), and 1.25 (addition of > the new functions) for not disabling gethostbyaddr_r on 7.x. > > I considered not checking for libc_r on 6.x as well, but all of my 6.x > VMs have libc_r.so installed. Thanks, applied as change 34542. A very timely patch. How did you know what I was thinking about last night? :-) (My understanding is that the hints file doesn't need to be changed for 6.x The problem is that we're relying on something deprecated, that was removed from the base install on 7.x, but is present with the compatibility libs. Whilst this machine is 7.0, it's not mine, and it has the compatibility libs installed, so I couldn't test what was needed to make it work on a clean 7.0 machine) Nicholas Clark
|