[OpenJDK 2D-Dev] RFR: 8170681 : Remove fontconfig header files from JDK source tree

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Tue Oct 24 22:15:43 UTC 2017


Hi, Phil.
Should we update help.m4 as well and add a message for fontconfig like 
we do for cups and others?
     cups)
       PKGHANDLER_COMMAND="sudo apt-get install libcups2-dev" ;;
     cups)
       PKGHANDLER_COMMAND="sudo yum install cups-devel" ;;


On 24/10/2017 14:15, Philip Race wrote:
> Bug: https://bugs.openjdk.java.net/browse/JDK-8170681
> Webrev: http://cr.openjdk.java.net/~prr/8170681/
> 
> This fix removes the copy of fontconfig.h from the JDK sources.
> 
> The file was originally included in the JDK sources because the
> build platforms of the day were too old to include it.
> 
> It will henceforth rely on finding it in the build environment for
> Linux and Solaris.
> 
> The build has been tested on all platforms.
> 
> The updated generated-configure.sh is not shown here since its
> diff is not useful (easy to read) but will be checked in as part of the 
> fix.
> 
> -phil.
> 


-- 
Best regards, Sergey.



More information about the build-dev mailing list