Disable use of thread_local
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 30 May 2018 01:21:55 +0000 (18:21 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 30 May 2018 01:21:55 +0000 (18:21 -0700)
commitefbab6ba3f7434fca41be1b38e4a5281695f231c
tree2274115d843dab541f78ee4bed1ce523bb1851fb
parent8c2c5d450817d4cb6f782d286da6ac6d9e5a5e95
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.
src/hb-private.hh
src/hb-static.cc