RFR (S): JDK-8027300 configure should use LIBS instead of LDFLAGS when testing freetype
Erik Joelsson
erik.joelsson at oracle.com
Fri Oct 25 11:45:23 UTC 2013
Looks good.
/Erik
On 2013-10-25 13:22, Magnus Ihse Bursie wrote:
> Bug: https://bugs.openjdk.java.net/browse/JDK-8027300
>
> When testing if linking with freetype works, link flags order are
> important for newer gcc.
>
> The freetype library flags must be added to LIBS, not LDFLAGS, for
> linking to succeed on newer gcc's.
>
> WebRev:
> http://cr.openjdk.java.net/~ihse/JDK-8027300-use-LIBS-when-checking-freetype/webrev.01
>
> /Magnus
>
More information about the build-dev
mailing list