]> granicus.if.org Git - libevent/commit
cmake/solaris: set CMAKE_REQUIRED_LIBRARIES to fix functions detections
authorAzat Khuzhin <a3at.mail@gmail.com>
Tue, 9 Aug 2016 21:27:59 +0000 (00:27 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Tue, 9 Aug 2016 21:34:44 +0000 (00:34 +0300)
commitdc95823cd79d32be8154e94f64f30e61a90850e2
treed300344236322e824a4a5507d7cd45fb96130673
parent050bfc7fc657e8408336edd23f08b4d080a38ea4
cmake/solaris: set CMAKE_REQUIRED_LIBRARIES to fix functions detections

Otherwise we will not detect next functions for instance:
- gethostbyname_r # and related

And now both autotools/cmake builds passes all regress tests in basic env (on
solaris of course).

Fixes: dns/client_fail_requests_getaddrinfo
CMakeLists.txt