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 dependency to c++ lib when building using boringssl #47

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

kazuho
Copy link
Contributor

@kazuho kazuho commented Nov 22, 2024

When boringssl (commit 52a2c00; Oct 31 2024) is used, its libssl depends on the symbols declared in libc++ / libstdc++.

Because boringssl is built as a static library and because pkg-config is not provided, dependency has to be declared explicitly.

See also: h2o/picotls#552

kazuho added a commit to h2o/h2o that referenced this pull request Nov 22, 2024
@deweerdt
Copy link
Owner

thank you!

@deweerdt deweerdt merged commit d97f5f5 into deweerdt:master Dec 13, 2024
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