Hey there! Was wondering if anyone has seen this before...I have a static library that i'm linking into osquery/tables with ADD_OSQUERY_LINK_ADDITIONAL. But during the build, when it's trying to link for osquery_table_tests, I get a
Copy code
relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
. Has anyone seen this before? AFAIK osquery_tables_tests shouldn't require a dynamic lib, correct?