mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
0b2cd791d3
- Always link to libc++abi.a, dl and rt. - Add OSQUERY_TOOLCHAIN_SYSROOT option which should contain the path to the sysroot where the portable compiler and its libraries are in. - Fix OpenSSL build with custom toolchain. - Always include the custom toolchain cmake. Unfortunately system name detection is done when project() is called which is also when compiler detection is done, and we need the compiler to be set before that, so we always include the cmake file. - Do not use getrandom syscall in Boost, for glibc < 2.25 support. - Remove usage of secure_getenv and getauxval in librpm. - Update CI to use the toolchain. - Reflect changes in the docs. |
||
---|---|---|
.. | ||
Findopenssl.cmake | ||
utils.cmake |