Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
-
$ uname -a
SunOS shipon 5.10 Generic_144489-04 i86pc i386 i86pc
Description
Solaris has a gethostbyname_r(3NSL) that actually has the Solaris API (surprise!), so there's no need for the code that emulates it. The GLIBC2-wrapper breaks the build.
Since I'm not used to cmake, I've opted to using the operating system macro _sun_ instead of writing a proper API detection test. As before the attached bundle also contains the patches for CONC-36 and CONC-37.