cygwin configure fails with thread-safety
Started by Andrew Chernowover 17 years ago2 messageshackers
For cygwin builds, src/test/thread/thread_test.c needs to include
sys/param.h to get MAXHOSTNAMELEN. configure is currently failing when
--enable-thread-safety is used because of this. See attached patch
against head.
--
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/
Attachments:
cygwin_maxhostlen.patchtext/plain; name=cygwin_maxhostlen.patchDownload+4-0
Re: cygwin configure fails with thread-safety
Andrew Chernow wrote:
For cygwin builds, src/test/thread/thread_test.c needs to include
sys/param.h to get MAXHOSTNAMELEN. configure is currently failing when
--enable-thread-safety is used because of this. See attached patch
against head.
Applied, thanks.
//Magnus