Integrated: 8349925: [REDO] Support static JDK in libfontmanager/freetypeScaler.c
Jiangli Zhou
jiangli at openjdk.org
Thu Feb 13 15:47:35 UTC 2025
On Wed, 12 Feb 2025 20:19:08 GMT, Jiangli Zhou <jiangli at openjdk.org> wrote:
> Please help review this change. The current version calls `FT_Property_Set` using the function address returned from `dlsym` for the static case as well. This is to avoid build issue on build system using older `libfreetype` that does not define `FT_Property_Set`. Thanks for everyone provided info on https://github.com/openjdk/jdk/pull/23574!
This pull request has now been integrated.
Changeset: 18958c62
Author: Jiangli Zhou <jiangli at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/18958c6298bf5cc5495375e2940b640b04ec9ccb
Stats: 18 lines in 2 files changed: 17 ins; 0 del; 1 mod
8349925: [REDO] Support static JDK in libfontmanager/freetypeScaler.c
Reviewed-by: prr
-------------
PR: https://git.openjdk.org/jdk/pull/23600
More information about the build-dev
mailing list