Ignore:
Timestamp:
05/16/2020 06:23:41 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
e32a0bb
Parents:
e4b4cda
Message:

Last fixes for GCC 10:

  • patch boost to help libreoffice
  • patch libreoffice
  • fix multiple def in rox-filer
  • fix implicit type cas in vsftpd (sed by thomas)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    re4b4cda r9214104  
    168168
    169169<!-- keep one commented patch, it's sure to again need one or more in a few months:
    170 For libreoffice 6.2.0.4, almost blfs 8.4: no patch needed, only a sed below
    171       <listitem>
    172         <para>
    173           Required patch to fix building with system <xref linkend="poppler"/> (all
    174           recent versions) and <xref linkend="boost"/>:
    175           <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-consolidated_fixes-1.patch"/>
    176         </para>
    177       </listitem>
    178170-->
     171      <listitem>
     172        <para>
     173          Required patch to fix building with GCC 10 and later:
     174          <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-format_overflow-1.patch"/>
     175        </para>
     176      </listitem>
    179177
    180178    </itemizedlist>
     
    324322cd libreoffice-&libreoffice-dlversion;</userinput></screen>
    325323
    326 <!-- keep a commented instruction if no patches are currently required
    327     <para>
    328      Fix build failures introduced by recent versions of <xref linkend="poppler"/>
    329      and <xref linkend="boost"/>:
    330     </para>
    331 
    332 <screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-consolidated_fixes-1.patch</userinput></screen>
    333 -->
     324<!-- keep a commented instruction if no patches are currently required -->
     325    <para>
     326     Fix build failures introduced by GCC 10 and later:
     327    </para>
     328
     329<screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-format_overflow-1.patch</userinput></screen>
    334330
    335331    <para>
Note: See TracChangeset for help on using the changeset viewer.