commit | efbab6ba3f7434fca41be1b38e4a5281695f231c | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue May 29 18:21:55 2018 -0700 |
committer | Behdad Esfahbod <behdad@behdad.org> | Tue May 29 18:21:55 2018 -0700 |
tree | 2274115d843dab541f78ee4bed1ce523bb1851fb | |
parent | 8c2c5d450817d4cb6f782d286da6ac6d9e5a5e95 [diff] |
Disable use of thread_local Clang build was failing with: /usr/bin/ld: .libs/libharfbuzz_la-hb-blob.o: relocation R_X86_64_PC32 against undefined hidden symbol `_ZTH12_hb_CrapPool' can not be used when making a shared object Instead of fighting it, just disable use of it.