Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kafka: fix building modules with static librdkafka #5026

Merged
merged 1 commit into from
Nov 17, 2022

Conversation

alorbach
Copy link
Member

Because of changes in commit 7305c04, the kafka modules were not build with static librdkafka regarding of --enable-kafka-static.

Also added missing libraries needed for building with newer static librdkafka.

closes: #5025

Because of changes in commit rsyslog@7305c04,
the kafka modules were not build with static librdkafka
regarding of --enable-kafka-static.

Also added missing libraries needed for building with newer
static librdkafka.

closes: rsyslog#5025
@rgerhards rgerhards added this to the v8.2212 milestone Nov 16, 2022
@rgerhards rgerhards added the bug label Nov 17, 2022
@rgerhards rgerhards merged commit 82387d9 into rsyslog:master Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix building kafka modules with static library (--enable-kafka-static)
2 participants