https://bugzilla.redhat.com/show_bug.cgi?id=1244196 --- Comment #29 from Kevin Kofler <kevin@xxxxxxxxxxxxxxxx> --- I did a quick test: No matter what method is used to find libraries (systemwide ld.so search path, LD_LIBRARY_PATH or rpath), ld.so will ALWAYS look for sse2/*.so in that path before taking *.so. What this means for us is that even if we build a shared libv8.so in a private directory, we can provide an sse2/libv8.so override in the same private directory. So this can be used to make it pick the right V8 build at runtime. (This is not currently implemented in the no-sse2 patch, it just builds V8 once with the x87 target.) -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review