Tom Callaway wrote: > I would also be interested in seeing the patches where you set a specific > component to be shared while the others were static. See what I did to v8/BUILD.gn and v8/gni/v8.gni: https://src.fedoraproject.org/rpms/qt5-qtwebengine/blob/f27/f/qtwebengine-everywhere-src-5.10.1-no-sse2.patch#_2647 (and the "shared_library("v8")" section that I added is mostly just copied from the "v8_component("v8")" section with "v8_component" changed to "shared_library"), though I am not sure how easily that works for more core components. (V8 is a bit of a special case.) Also note that this is a quite old Chromium. The patch was abandoned with QtWebEngine 5.11. I already had to forward-port the V8 x87 backend to 5.10 (it was removed from Chromium), which is why the patch had become so huge. Getting it to work with later versions was too much effort, and Fedora has dropped non-SSE2 x86 support systemwide around that time anyway. So I do not have a version of this patch for the current Chromium. Kevin Kofler _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx