Details
-
Bug
-
Resolution: Fixed
-
P2
-
9, 10
-
b35
-
os_x
-
Not verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8192868 | 9.0.6 | Erik Joelsson | P2 | Resolved | Fixed | master |
JDK-8192997 | 9.0.4 | Abhijit Saha | P2 | Closed | Fixed | b09 |
Description
When building OpenJDK on Macosx, we bundle the freetype library if specifically specified on the configure command line, but not if it's found on the system. But because of how the linking works, libfontmanager will always just look for freetype in /opt/X11/lib/libfreetype.6.so. To fix this, we need to patch libfontmanager.dylib to look in @rpath/libfreetype.dylib instead when bundling freetype.
Note that Oracle produced openjdk macos builds do not currently bundle freetype.
Note that Oracle produced openjdk macos builds do not currently bundle freetype.
Attachments
Issue Links
- backported by
-
JDK-8192868 Freetype bundled on macosx, but not correctly linked
- Resolved
-
JDK-8192997 Freetype bundled on macosx, but not correctly linked
- Closed
- relates to
-
JDK-8192876 MacOS build fails intermittently after JDK-8139653
- Resolved
-
JDK-8190725 Freetype license file provided with configure not included in images
- Resolved