8200727: linux-aarch64 profile should use bundled freetype
authorihse
Thu, 05 Apr 2018 09:55:16 +0200
changeset 49525 4d98473ed33e
parent 49524 171e0beb4ff1
child 49526 cad4c844902a
8200727: linux-aarch64 profile should use bundled freetype Reviewed-by: erikj
make/conf/jib-profiles.js
--- a/make/conf/jib-profiles.js	Wed Apr 04 17:50:53 2018 -0700
+++ b/make/conf/jib-profiles.js	Thu Apr 05 09:55:16 2018 +0200
@@ -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",
             ],
         },