confluentinc / librdkafka

The Apache Kafka C/C++ library
Other
7.37k stars 3.11k forks source link

Add -lrt while building zstd for centos #4769

Closed milindl closed 3 days ago

milindl commented 3 days ago

Later versions of zstd fail without -lrt, see https://github.com/facebook/zstd/issues/3558 .

This is WIP for checking semaphore result