RFR: JDK-8200727 linux-aarch64 profile should use bundled freetype (original) (raw)
Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Wed Apr 4 11:35:37 UTC 2018
- Previous message (by thread): Supported platforms
- Next message (by thread): RFR: JDK-8200727 linux-aarch64 profile should use bundled freetype
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To facilitate cross-compiling, the linux-aarch64 jib profile should use --with-freetype=bundled.
Bug: https://bugs.openjdk.java.net/browse/JDK-8200727 Patch inline: diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js --- a/make/conf/jib-profiles.js +++ b/make/conf/jib-profiles.js @@ -472,7 +472,7 @@ build_cpu: "x64", dependencies: ["devkit", "autoconf", "build_devkit", "cups"], configure_args: [ - "--openjdk-target=aarch64-linux-gnu" + "--openjdk-target=aarch64-linux-gnu", "--with-freetype=bundled", ], },
/Magnus
- Previous message (by thread): Supported platforms
- Next message (by thread): RFR: JDK-8200727 linux-aarch64 profile should use bundled freetype
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]