Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
elf.cc: if Boost libraries aren't visible to applications, don't repo…
…rt them We have in elf.cc a list of libraries which are already fully included inside the OSv kernel, so the user doesn't need to load another copy of them. We have one Boost library in this list, but starting with Boost version 1.69.0, Boost is compiled with hidden visibility - meaning that the symbols in this library are *not* available to the application. So if Boost is 1.69.0 or later, we shouldn't claim that the kernel contains this library. Refs #1040. Signed-off-by: Nadav Har'El <[email protected]> Message-Id: <[email protected]>
- Loading branch information