Changeset c599277 for xsoft


Ignore:
Timestamp:
02/03/2019 02:27:24 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
262f8897
Parents:
31b45d9
Message:

Adapt Libreoffice to changes in JDK11
Minor stylistic changes to subversion
OpenJDK: Add comment about test suite failures
Java: Regenerate i686 binary for +9

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21078 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    r31b45d9 rc599277  
    154154          recent versions) and <xref linkend="boost"/>:
    155155          <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-consolidated_fixes-1.patch"/>
     156        </para>
     157      </listitem>
     158
     159      <listitem>
     160        <para>
     161          Required patch to allow building against <xref linkend="openjdk"/>:
     162          <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-jdk11_fixes-1.patch"/>
    156163        </para>
    157164      </listitem>
     
    305312
    306313<screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-consolidated_fixes-1.patch</userinput></screen>
     314
     315    <para>
     316      Fix a build failure introduced by recent versions of
     317      <xref linkend="openjdk"/>:
     318      <!-- Needed for OpenJDK-11.0.2+7 AND 9 - removed method calls -->
     319    </para>
     320
     321<screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-jdk11_fixes-1.patch</userinput></screen>
    307322
    308323    <para>
Note: See TracChangeset for help on using the changeset viewer.