Package: librdkafka / 2.12.1-1

Metadata

Package Version Patches format
librdkafka 2.12.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Add enable cjson ext option to build with an external lib.patch | (download)

configure.self | 8 8 + 0 - 0 !
src/Makefile | 6 5 + 1 - 0 !
src/rdhttp.h | 4 4 + 0 - 0 !
src/rdkafka.c | 4 4 + 0 - 0 !
src/rdkafka_sasl_oauthbearer_oidc.c | 4 4 + 0 - 0 !
5 files changed, 25 insertions(+), 1 deletion(-)

 add --enable-cjson-ext option to build with an external libcjson

Bug: https://github.com/confluentinc/librdkafka/issues/5186

Add enable nanopb ext option to build with an external na.patch | (download)

configure.self | 9 9 + 0 - 0 !
src/Makefile | 5 4 + 1 - 0 !
src/rdkafka_telemetry.c | 2 1 + 1 - 0 !
src/rdkafka_telemetry_decode.c | 2 1 + 1 - 0 !
src/rdkafka_telemetry_encode.c | 2 1 + 1 - 0 !
5 files changed, 16 insertions(+), 4 deletions(-)

 add --enable-nanopb-ext option to build with an external nanopb

Bug: https://github.com/confluentinc/librdkafka/issues/5186