clearlinux / clr-bundles

Bundle definitions for Clear Linux OS
112 stars 54 forks source link

DevPackage for the BoringSSL library #253

Closed hakoptak closed 1 month ago

hakoptak commented 7 months ago

Hi,

I try to build Google's BoringSSL library inside a ClearLinux docker container but I get an annoying compiler error:

boringssl/crypto/bytestring/cbs.c:525:20: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]

This seems to be a false positive as I don't get this error when I compile BoringSSL on my Mac.

Would it be possible to create a BoringSSL library package (.a, .so) such that I can build my code with BoringSSL?

Thanks in advance!