building from source fixes the problem for me.
By the way: The linker fails to link rendererGL.so because you forgot to add -pthread to the compile flags. I added it in CMakeLists.txt to CMAKE_C_FLAGS. Dunno if there is a better place to add this, but anyway it made the linker happy.