summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2019-12-24 11:28:34 +0000
committerStephen Finucane <stephenfin@redhat.com>2020-06-02 16:07:00 +0000
commit8d29ab3d2c4a1a6e76ad0f27fa5234a2b5e28996 (patch)
tree8bb3d4051f52217395822b7db2dae6972d428dee
parent4fc9e70aa11f8cb0476a927ee471adbd296bba8f (diff)
downloadoslo-messaging-8d29ab3d2c4a1a6e76ad0f27fa5234a2b5e28996.tar.gz
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>
-rw-r--r--bindep.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt
index 88e9a89..6955b48 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -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]