-
Bug
-
Resolution: Fixed
-
P2
-
9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8158071 | 8u112 | Arunprasad Rajkumar | P2 | Closed | Fixed | b01 |
Analysis of the new WebKit binaries shows that libjfxwebkit.so has a hard-coded RPATH and also dynamically links the libstdc++ library rather than static linking, which will cause runtime errors on some systems.
We need to fix the CMake config files to build with an empty RPATH and to statically link libstdc++
We need to fix the CMake config files to build with an empty RPATH and to statically link libstdc++
- backported by
-
JDK-8158071 Linux: libjfxwebkit.so has hard-coded path
- Closed
- is cloned by
-
JDK-8185804 rpath is not set properly in OSX build
- Resolved