On Sun, Apr 22, 2018 at 08:48:19PM +0200, Aurelien Jarno wrote: > The correct way to link with -pthread instead of -lpthread is to > use define THREADS_PREFER_PTHREAD_FLAG before importing the Thread > package:
Oh, great, I'll give it a try. > I haven't tried the patch for webkit2gtk, but it works for > qtwebkit. In addition I guess it's necessary to add support for > riscv64 in various places of WTF, by defining WTF_CPU_RISCV64. At > least it's the case also for qtwebkit. webkit has now WTF_CPU_UNKNOWN for cases like this so perhaps we don't need to do anything else. > This leads me to the question about where we should send all > the patches common to all the forks? Is it fine sending them to > bugs.webkit.org? Yes it's fine, you can use the WebKitGTK+ component when relevant. Berto