]> git.pld-linux.org Git - packages/librdkafka.git/commitdiff
- fixed curl dependency in .pc file; release 2 auto/th/librdkafka-2.0.2-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 20 Mar 2023 21:14:27 +0000 (22:14 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 20 Mar 2023 21:14:27 +0000 (22:14 +0100)
librdkafka-pc.patch
librdkafka.spec

index 819a65258882d91173c2e5d731043022ec02ca27..434d7dc0e0623eb33e7638ecd35f94be717c3130 100644 (file)
@@ -9,3 +9,14 @@
  
  Name: @PKG_CONFIG_NAME@
  Description: @PKG_CONFIG_DESCRIPTION@
+--- librdkafka-2.0.2/src/CMakeLists.txt.orig   2023-01-20 10:14:36.000000000 +0100
++++ librdkafka-2.0.2/src/CMakeLists.txt        2023-03-20 22:10:39.475345502 +0100
+@@ -296,7 +296,7 @@ if(NOT RDKAFKA_BUILD_STATIC)
+   set(PKG_CONFIG_DESCRIPTION "The Apache Kafka C/C++ library")
+   if(WITH_CURL)
+-    string(APPEND PKG_CONFIG_REQUIRES "curl ")
++    string(APPEND PKG_CONFIG_REQUIRES "libcurl ")
+   endif()
+   if(WITH_ZLIB)
index 0a82c98f5920b35bf0acef9c85f2a127374da383..0c4e0bf331ea95283d334aaa679c8743641e99ca 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Apache Kafka C library
 Summary(pl.UTF-8):     Biblioteka C do protokoĊ‚u Apache Kafka
 Name:          librdkafka
 Version:       2.0.2
-Release:       1
+Release:       2
 License:       BSD
 Group:         Libraries
 #Source0Download: https://github.com/edenhill/librdkafka/releases
This page took 0.152294 seconds and 4 git commands to generate.