Changeset 199671b8 for xsoft/office


Ignore:
Timestamp:
09/09/2015 01:13:25 AM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 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:
9912ce81
Parents:
a4354244
Message:

Patch libreoffice-5.0.1.2 to use system boost_1_59_0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    ra4354244 r199671b8  
    2828  dependencies (with-system... -->
    2929
    30   <!ENTITY libreoffice-buildsize          "12 GB (649 MB installed)">
    31   <!ENTITY libreoffice-time               "62 SBU (using parallelism=4) estimated 170 SBU with one core">
     30  <!ENTITY libreoffice-buildsize          "9.8 GB (649 MB installed)">
     31  <!ENTITY libreoffice-time               "64 SBU (using parallelism=4) estimated 170 SBU with one core">
    3232
    3333  <!-- [bdubbs]  For version 4.3.2.2 Built on x86_64 using -\-with-parallelism=4 -->
     
    153153      </listitem>
    154154
    155 <!--      <listitem>
    156         <para>
    157           Required patch for i686 systems, in order to fix a problem introduced
    158           by <application>&gcc-490;</application>:
    159           <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-gcc_4_9_0-2.patch"/>
    160         </para>
    161       </listitem>-->
     155      <listitem>
     156        <para>
     157          Required patch to use <xref linkend="boost"/>:
     158          <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-boost_1_59_0-1.patch"/>
     159        </para>
     160      </listitem>
    162161    </itemizedlist>
    163162
     
    183182
    184183    <para role="recommended">
    185       <!-- currently broken <xref linkend="boost"/>,-->
     184      <xref linkend="boost"/>,
    186185      <xref linkend="clucene"/>,
    187186      <xref linkend="cups"/>,
     
    366365<screen><userinput>export LO_PREFIX=<replaceable>&lt;PREFIX&gt;</replaceable></userinput></screen>
    367366
    368 <!--    <para>
    369      For i686 systems, fix a problem introduced by <application>&gcc-490;</application>:
    370     </para>
    371 
    372 <screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-gcc_4_9_0-2.patch</userinput></screen>
    373 -->
     367    <para>
     368     Fix build failures introduced by <application>boost-&boost-version;</application>:
     369    </para>
     370
     371<screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-boost_1_59_0-1.patch</userinput></screen>
     372
    374373    <para>
    375374      Locales "fr" and "en-GB", you will find below, are just examples; you
     
    408407             --enable-release-build=yes  \
    409408             --enable-python=system      \
    410              --without-system-boost      \
     409             --with-system-boost         \
    411410             --with-system-clucene       \
    412411             --with-system-cairo         \
     
    544543    </para>
    545544
    546     <para>
    547       <parameter>--without-system-boost</parameter>: This switch disables use
     545<!--    <para>
     546      <parameter>\-\-without-system-boost</parameter>: This switch disables use
    548547      of system boost, so bundled one is used, because currently, the build is
    549548      broken with <xref linkend="boost"/>.
    550     </para>
     549    </para> -->
    551550
    552551    <para>
Note: See TracChangeset for help on using the changeset viewer.