[PATCH] Freetype Directory Bug On zLinux

2018-01-15 Thread Adam Farley8
Hi All, On zLinux, freetype's .so file is typically installed in /usr/lib/s390x-linux-gnu, however the generated configure script doesn't look for it there. This causes configure to fail. I know you can avoid that with options, but I think a fix would be better. If we add this code to lib-fre

Re: [PATCH] Freetype Directory Bug On zLinux

2018-01-15 Thread John Paul Adrian Glaubitz
Hi Adam! On 01/15/2018 06:15 PM, Adam Farley8 wrote: >>Which I would expect to cover your case, unless there is a mismatch >>between s390 and s390x here. Is your OPENJDK_TARGET_CPU set to s390 or >>s390x in this case? If this discrepancy between arch names cannot be >>resolved, then a special case

Re: [PATCH] Freetype Directory Bug On zLinux

2018-01-15 Thread Adam Farley8
Hi John, Erik, -- Erik's comments -- >Configure already looks in: >$SYSROOT/usr/lib/$OPENJDK_TARGET_CPU-linux-gnu >Which I would expect to cover your case, unless there is a mismatch >between s390 and s390x here. Is your OPENJDK_TARGET_CPU set to s390 or >s390x in this case? If this discrepan