RFR: JDK-8192854 FONTCONFIG_CFLAGS missing from spec.gmk.in

Erik Joelsson erik.joelsson at oracle.com
Mon Dec 4 16:53:28 UTC 2017


Looks good.

/Erik


On 2017-12-04 02:18, Magnus Ihse Bursie wrote:
> By oversight, when the external fontconfig was introduced in 
> JDK-8170681, spec.gmk.in was not updated to actually include 
> FONTCONFIG_CFLAGS (but it was properly exported from lib-fontconfig.m4 
> and included in the AWT makefile).
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8192854
> Patch inline:
> diff --git a/make/autoconf/spec.gmk.in b/make/autoconf/spec.gmk.in
> --- a/make/autoconf/spec.gmk.in
> +++ b/make/autoconf/spec.gmk.in
> @@ -293,6 +293,7 @@
>  FREETYPE_CFLAGS:=@FREETYPE_CFLAGS@
>  FREETYPE_BUNDLE_LIB_PATH=@FREETYPE_BUNDLE_LIB_PATH@
>  FREETYPE_LICENSE=@FREETYPE_LICENSE@
> +FONTCONFIG_CFLAGS:=@FONTCONFIG_CFLAGS@
>  CUPS_CFLAGS:=@CUPS_CFLAGS@
>  ALSA_LIBS:=@ALSA_LIBS@
>  ALSA_CFLAGS:=@ALSA_CFLAGS@
>
> /Magnus
>




More information about the build-dev mailing list