forked from osquery/osquery
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore PIE support being dropped on Linux (osquery#6611)
CMake ignores the sysroot when testing the support of PIE, so the link test fails when it tries to check for PIE support and decides that it's not supported. Therefore we tell CMake that PIE is supported when using the osquery-toolchain and leave the automatic test for other toolchains. Temporarily disable PIE on executables built with the osquery-toolchain libFuzzer, since it has not been compiled with PIE/PIC support.
- Loading branch information
1 parent
58ef034
commit 4287ba0
Showing
3 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters