Ignore:
Timestamp:
02/23/2016 03:46:29 PM (8 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.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:
f3c49d0
Parents:
d89ea78
Message:

Make libreoffice build with glibc-2.23 : thanks to Armin for providing the sed in the webkitgtk ticket #7484.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    rd89ea78 r92258f2b  
    392392
    393393sed -e "/distro-install-file-lists/d" -i Makefile.in &amp;&amp;
    394 <!--
    395 sed -e "/ustrbuf/a #include &lt;algorithm&gt;" \
    396     -i svl/source/misc/gridprinter.cxx   &amp;&amp;-->
     394
     395sed -i "s#isnan#std::&amp;#g" xmloff/source/draw/ximp3dscene.cxx &amp;&amp;
    397396
    398397chmod -v +x bin/unpack-sources &amp;&amp;
     
    519518    <para>
    520519      <command>sed -e ...</command>: The first sed prevents compression of the
    521       manual pages, the second one prevents install from failing<!-- and the third
    522       one includes a missing header without which <command>make build</command>
    523       fails-->.
     520      manual pages, the second one prevents install from failing and the third
     521      one fixes a build failure caused by a <application>glibc-2.23</application>
     522      change.
    524523    </para>
    525524
Note: See TracChangeset for help on using the changeset viewer.