mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 10:45:56 +08:00
This fixes an issue on Arm with lld: ld.lld: error: relocation R_AARCH64_PREL64 cannot be used against symbol OPENSSL_armcap_P; recompile with -fPIC I think the problem was that lld thought that the shared object might need to interpose OPENSSL_armcap_P at runtime, although honestly I'm not too sure about all this linker stuff.
8 lines
53 B
Plaintext
8 lines
53 B
Plaintext
{
|
|
global:
|
|
workloadFactory;
|
|
local:
|
|
*;
|
|
};
|
|
|