mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-08 00:24:41 +00:00
5fc2c2169a
c-ares searching for gethostbyname in the libnsl library, however in the version that shipped with gRPC it doing it wrong [1], since it uses CHECK_LIBRARY_EXISTS(), which will return TRUE even if the function exists in another dependent library. The upstream already contains correct macro [2], but it is not included in gRPC (even upstream gRPC, not the one that is shipped with clickhousee). [1]: |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
protobuf_generate_grpc.cmake |