-
Bug
-
Resolution: Fixed
-
P4
-
11, 12
-
b20
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245504 | 11.0.9-oracle | Volker Simonis | P4 | Resolved | Fixed | b01 |
JDK-8220361 | 11.0.4 | Volker Simonis | P4 | Resolved | Fixed | b01 |
On some more "exotic" Linux platforms, libfreetype.so is found under /usr/lib64/libfreetype.so even if the platform only supports 64-bits.
However, we currently only check for libfreetype.so under "/usr/lib" and "/usr/lib/<ARCH>-linux-gnu". Another check under "/usr/lib64" does no harm and greatly improves the usibility on the mentioned platforms.
However, we currently only check for libfreetype.so under "/usr/lib" and "/usr/lib/<ARCH>-linux-gnu". Another check under "/usr/lib64" does no harm and greatly improves the usibility on the mentioned platforms.
- backported by
-
JDK-8220361 Improve freetype detection on linux/ppc64/ppc64le/s390x
-
- Resolved
-
-
JDK-8245504 Improve freetype detection on linux/ppc64/ppc64le/s390x
-
- Resolved
-