From d2e8174e212e04600684149db919b5a14d6f94c9 Mon Sep 17 00:00:00 2001 From: erikj Date: Wed, 11 Apr 2018 18:45:08 +0200 Subject: [PATCH] 8201439: Enable linux-arm-vfp-hflt profile to be configured with jib again Reviewed-by: tbell --- make/conf/jib-profiles.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js index d8167268d2..5a0290bf42 100644 --- a/make/conf/jib-profiles.js +++ b/make/conf/jib-profiles.js @@ -497,8 +497,10 @@ var getJibProfilesProfiles = function (input, common, data) { configure_args: [ "--with-jvm-variants=minimal1,client", "--with-x=" + input.get("devkit", "install_path") + "/arm-linux-gnueabihf/libc/usr/X11R6-PI", + "--with-fontconfig=" + input.get("devkit", "install_path") + "/arm-linux-gnueabihf/libc/usr/X11R6-PI", "--openjdk-target=arm-linux-gnueabihf", - "--with-abi-profile=arm-vfp-hflt" + "--with-abi-profile=arm-vfp-hflt", + "--with-freetype=bundled" ], }, -- GitLab