mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-06 09:35:20 +00:00
fe887e917b
osquery was already linking with -pthread and so linking to libpthread on Linux, but it wasn't always defining the _REENTRANT macro which is done by the -pthread option given at compile time. Although in the third party libraries that need it, it should've been defined in other ways (directly or via a config.h), always add -pthread for correctness and consistency. Note: macOS doesn't need -pthread at link time because pthreads are already implemented inside the libc library. |
||
---|---|---|
.. | ||
modules | ||
wix_patches | ||
CPackConfig.cmake.in | ||
flags.cmake | ||
globals.cmake | ||
options.cmake | ||
packaging.cmake | ||
toolchain.cmake | ||
utilities.cmake |