Changeset 90beeea0


Ignore:
Timestamp:
05/12/2020 12:55:55 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
ffeaf9b
Parents:
2d2261a
Message:

Fix building cpio with gcc 10

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/cpio.xml

    r2d2261a r90beeea0  
    8585  <sect2 role="installation">
    8686    <title>Installation of cpio</title>
     87
     88    <para>
     89      First, fix a build issue when using GCC-10 and higher:
     90    </para>
     91
     92<screen><userinput>sed -i '/The name/,+2 d' src/global.c</userinput></screen>
    8793
    8894    <para>
  • introduction/welcome/changelog.xml

    r2d2261a r90beeea0  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[pierre] - Fix building cpio with gcc 10.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[pierre] - Fix building freeglut with gcc 10.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.