Skip to content

Fix name of Cargo feature for static linking#787

Open
cstyles wants to merge 1 commit into
fede1024:masterfrom
cstyles:fix-static-linking-feature-name
Open

Fix name of Cargo feature for static linking#787
cstyles wants to merge 1 commit into
fede1024:masterfrom
cstyles:fix-static-linking-feature-name

Conversation

@cstyles
Copy link
Copy Markdown

@cstyles cstyles commented Aug 25, 2025

d3879c2 (PR #750) added the ability to statically link to a pre-built version of librdkafka when the static-linking Cargo feature is enabled but the build script for rdkafka-sys checks for static-external instead. These need to match for static linking to take effect so let's fix the build script to use static-linking.

d3879c2 (PR fede1024#750) added the ability to
statically link to a pre-built version of librdkafka when the
`static-linking` Cargo feature is enabled but the build script for
rdkafka-sys checks for `static-external` instead. These need to match
for static linking to take effect so let's fix the build script to use
`static-linking`.
@koh-satoh-wpg
Copy link
Copy Markdown

I would love to see this merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants