You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
The build script for boringssl is currently not linking pthread. The -lpthread argument is missing from this line. That argument is required when using the static build, as you can see here.
This problem is fixed by the second commit in #155. Please, consider merging it.
The build script for boringssl is currently not linking
pthread. The-lpthreadargument is missing from this line. That argument is required when using the static build, as you can see here.This problem is fixed by the second commit in #155. Please, consider merging it.