google/fuzzer-test-suite

The build script for boringssl breaks when overriding CFLAGS and CXXFLAGS

EliaGeretto opened this issue · 0 comments

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.