From 6adf1e82c9ed8e01fdeacaec00dd470b012d617d Mon Sep 17 00:00:00 2001 From: Alexander Damian Date: Fri, 17 May 2019 14:19:28 -0400 Subject: [PATCH] Fixed pkg_config file template by adding boost dependency and correcting rdkafka library name --- cppkafka.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppkafka.pc.in b/cppkafka.pc.in index 65c6237..9a4489d 100644 --- a/cppkafka.pc.in +++ b/cppkafka.pc.in @@ -8,7 +8,7 @@ Name: cppkafka Url: https://github.com/mfontanini/cppkafka Description: C++ wrapper library on top of RdKafka Version: @CPPKAFKA_VERSION@ -Requires: librdkafka >= 0.9.4 +Requires: rdkafka >= 0.9.4 boost Requires.private: Libs: -L${libdir} -L${sharedlibdir} -L@RDKAFKA_ROOT_DIR@/lib -lcppkafka -lrdkafka -lpthread -lrt -lssl -lcrypto -ldl -lz Cflags: -I${includedir} -I${includedir}/cppkafka -I@RDKAFKA_INCLUDE_DIR@ -I@Boost_INCLUDE_DIRS@