Changeset b12ae7c


Ignore:
Timestamp:
01/30/2016 10:26:47 AM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
ada4e5f5
Parents:
2b102681
Message:

Add Boost patch to libreoffice

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    r2b102681 rb12ae7c  
    151151        </para>
    152152      </listitem>
    153 <!--
     153
    154154      <listitem>
    155155        <para>
    156156          Required patch to use <xref linkend="boost"/>:
    157           <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-boost_1_59_0-1.patch"/>
    158         </para>
    159       </listitem>-->
     157          <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-boost_1_60_0-1.patch"/>
     158        </para>
     159      </listitem>
    160160    </itemizedlist>
    161161
     
    181181
    182182    <para role="recommended">
    183       <xref linkend="boost"/> (currently, broken with boost-1.60.0),
     183      <xref linkend="boost"/> <!--(currently, broken with boost-1.60.0)-->,
    184184      <xref linkend="clucene"/>,
    185185      <xref linkend="cups"/>,
     
    363363
    364364<screen><userinput>export LO_PREFIX=<replaceable>&lt;PREFIX&gt;</replaceable></userinput></screen>
    365 <!--
     365
    366366    <para>
    367367     Fix build failures introduced by <application>boost-&boost-version;</application>:
    368368    </para>
    369369
    370 <screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-boost_1_59_0-1.patch</userinput></screen>-->
     370<screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-boost_1_60_0-1.patch</userinput></screen>
    371371
    372372    <para>
     
    400400             --with-alloc=system         \
    401401             --without-java              \
    402              --without-system-boost      \
    403402             --without-system-dicts      \
    404403             --disable-gconf             \
     
    407406             --enable-release-build=yes  \
    408407             --enable-python=system      \
     408             --with-system-boost         \
    409409             --with-system-clucene       \
    410410             --with-system-cairo         \
Note: See TracChangeset for help on using the changeset viewer.