Changeset 8bb252db


Ignore:
Timestamp:
08/18/2024 03:25:49 PM (4 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3
Children:
f0679c12
Parents:
0ba8a45
Message:

Libreoffice: Fix a segmentation fault caused by the Boost patch

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0ba8a45 r8bb252db  
    4040    -->
    4141    <listitem>
    42       <para>August 17, 2024</para>
     42      <para>August 18th, 2024</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Fix a segmentation fault in Libreoffice caused by
     46          the Boost patch. Fixes
     47          <ulink url="&blfs-ticket-root;20229">#20229</ulink>.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
     53      <para>August 17th, 2024</para>
    4354      <itemizedlist>
    4455        <listitem>
  • xsoft/office/libreoffice.xml

    r0ba8a45 r8bb252db  
    185185        <para>
    186186          Required patch to fix building with <xref linkend="boost"/>:
    187           <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-boost_fixes-1.patch"/>
     187          <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-boost_fixes-2.patch"/>
    188188        </para>
    189189      </listitem>
     
    351351    </para>
    352352
    353 <screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-boost_fixes-1.patch</userinput></screen>
     353<screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-boost_fixes-2.patch</userinput></screen>
    354354
    355355    <para>
Note: See TracChangeset for help on using the changeset viewer.