Ignore:
Timestamp:
04/04/2018 04:58:01 PM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
d560d4b2
Parents:
2faa98e3
Message:

Updates:
icu-61.1, + modify libreoffice instructions to allow building with this

version of icu

vala-0.40.2
apache-ant-1.10.3
dovecot-2.3.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    r2faa98e3 r488b738f  
    399399    </para>
    400400
    401 <screen><userinput>make build-nocheck</userinput></screen>
     401<screen><userinput>CPPFLAGS='-DU_USE_ICU_NAMESPACE=1' make build-nocheck</userinput></screen>
    402402
    403403    <para>
     
    566566      versions of these dependencies. If you've not installed some of the
    567567      dependencies, remove the corresponding switches.
     568    </para>
     569
     570    <para>
     571      <command>CPPFLAGS='-DU_USE_ICU_NAMESPACE=1' make ...</command>: <xref
     572      linkend="icu"/> has removed an implicit namespace <quote>using</quote>
     573      from its headers files. Setting <envar>U_USE_ICU_NAMESPACE</envar> to
     574      1 allows to restore the former behavior, which is required for building
     575      <application>libreoffice</application>.
    568576    </para>
    569577
Note: See TracChangeset for help on using the changeset viewer.