RFR: JDK-8200727 linux-aarch64 profile should use bundled freetype

Erik Joelsson erik.joelsson at oracle.com
Wed Apr 4 15:27:10 UTC 2018


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 @@
>              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



More information about the build-dev mailing list