bindep: Add 'librdkafka-dev' dependency

We're seeing the following in our build logs:

    In file included from confluent_kafka/src/confluent_kafka.c:17:0:
    confluent_kafka/src/confluent_kafka.h:22:10: fatal error: librdkafka/rdkafka.h: No such file or directory
     #include <librdkafka/rdkafka.h>
              ^~~~~~~~~~~~~~~~~~~~~~
    compilation terminated.
    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

Resolve this by installing the development headers.

Change-Id: Idda79dc87bcd0e3367a6abd1b52104c000ad1dcd
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2019-12-24 11:28:34 +00:00 committed by Stephen Finucane
parent 4fc9e70aa1
commit 8d29ab3d2c
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ java-1.8.0-openjdk [platform:rpm amqp1]
# kafka dpkg
openjdk-8-jdk [platform:dpkg kafka]
librdkafka1 [platform:dpkg kafka]
librdkafka-dev [platform:dpkg kafka]
# kafka rpm
java-1.8.0-openjdk [platform:rpm kafka]