# HG changeset patch # User erikj # Date 1523465108 -7200 # Node ID 3a2172d8613a82252fff245ca1e3c381dfe6b4c1 # Parent 6a6ee36037ac311ebd9eb9963021f66d59aa5690 8201439: Enable linux-arm-vfp-hflt profile to be configured with jib again Reviewed-by: tbell diff -r 6a6ee36037ac -r 3a2172d8613a make/conf/jib-profiles.js --- a/make/conf/jib-profiles.js Wed Apr 11 09:14:47 2018 -0700 +++ b/make/conf/jib-profiles.js Wed Apr 11 18:45:08 2018 +0200 @@ -497,8 +497,10 @@ 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" ], },