Steve Peters wrote:
> I looked into these failures a bit last night.  The problem is that the 
> function getservbyname_r() is defined within the OpenBSD library, but no 
> prototype is defined in any .h file.  The smoke test, by default, assumes
> getservbyname_r() is available, but never comes up with a proper prototype
> to use for the function.  This leads to the test failures.   Configuring by
> hand with -Duseithreads leads to a clean compile and no test failures.

So maybe should it be disabled in a hints file ?
What do you mean, Configuring by hand ? what's different in the smoke process ?

Reply via email to