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

Add -lssp to windows builds since zstd and zlib are built with stack protection #1184

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

milindl
Copy link
Contributor

@milindl milindl commented Apr 23, 2024

Fixes #965
This error has been there since 2.0.0 onwards after the CI was changed.
The static librdkafka bundle includes libzstd and libz, both of which are built with -fstack-protector (they are obtained from MinGW, not built).

Thus, linkage to libssp is needed to make cgo compilation work.

@milindl milindl requested a review from a team April 23, 2024 10:29
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.

Link edit errors after upgrade from v1.9.2 to v2.0.2
1 participant