Hi,

On Tue, 30 Jul 2019, Jean-Marc Pigeon via blfs-dev wrote:

Trying to compile libreoffice on 8.5 and get an autogen.sh error
[...]
Furthermore, I see no reference to java/jdk with recommended or optional list.
Interesting. I wasn't even aware it would be building without. At least libreoffice was the primary reason for me to start installing openjdk.

Any hint will be welcome....
But even with JDK, my most recent build (libreoffice-6.2.5.2 with openjdk-12.0.2) required some patching because the build system insisted on using Java older than my openjdk was willing to provide:

#java12 needs minimum source/target 1.7,
sed -e 's@JAVA_TARGET_VER=.*@JAVA_TARGET_VER=1.8@' -e 
's@JAVA_SOURCE_VER=.*@JAVA_SOURCE_VER=1.8@' -i configure

Uwe
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to