RFR: JDK-8200727 linux-aarch64 profile should use bundled freetype (original) (raw)
Erik Joelsson erik.joelsson at oracle.com
Wed Apr 4 15:27:10 UTC 2018
- Previous message (by thread): RFR: JDK-8200727 linux-aarch64 profile should use bundled freetype
- Next message (by thread): RFR: JDK-8199782: Fix compilation warnings detected by Solaris Developer Studio 12.6
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks good.
/Erik
On 2018-04-04 04:35, Magnus Ihse Bursie wrote:
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 @@ buildcpu: "x64", dependencies: ["devkit", "autoconf", "builddevkit", "cups"], configureargs: [ - "--openjdk-target=aarch64-linux-gnu" + "--openjdk-target=aarch64-linux-gnu", "--with-freetype=bundled", ], },
/Magnus
- Previous message (by thread): RFR: JDK-8200727 linux-aarch64 profile should use bundled freetype
- Next message (by thread): RFR: JDK-8199782: Fix compilation warnings detected by Solaris Developer Studio 12.6
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]