mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-26 14:44:50 +00:00
Removed dependency from rdkafka since it has its own pkg_config file. Also added BITNESS detection
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/lib
|
||||
sharedlibdir=${prefix}/lib
|
||||
libdir=${prefix}/@LIBDIR@
|
||||
sharedlibdir=${prefix}/@LIBDIR@
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: cppkafka
|
||||
Url: https://github.com/mfontanini/cppkafka
|
||||
Description: C++ wrapper library on top of RdKafka
|
||||
Version: @CPPKAFKA_VERSION@
|
||||
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@
|
||||
Requires:
|
||||
Requires.private: rdkafka >= 0.9.4, boost
|
||||
Libs: -L${libdir} -L${sharedlibdir} -lcppkafka
|
||||
Cflags: -I${includedir} -I${includedir}/cppkafka
|
||||
|
||||
Reference in New Issue
Block a user