Ignore:
Timestamp:
04/27/2015 07:32:22 PM (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:
17468d93
Parents:
c22db16
Message:

mdadm, qt4, xorg-server: add gcc-5 fixes to the book.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/mdadm.xml

    rc22db16 r2717491  
    3333    tools for software RAID.</para>
    3434
    35     &lfs77_checked;
     35    &lfs77_checked; &gcc5_built;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8989
    9090    <para>
    91       First, fix a problem inroduced by <application>&gcc-490;</application>:
     91      First, fix problems introduced by <application>&gcc-490;</application>
     92      and <application>gcc-5</application>:
    9293    </para>
    9394
    94 <screen><userinput>sed -i 's/Wall -Werror/Wall/' Makefile</userinput></screen>
     95<screen><userinput>sed -i 's/Wall -Werror/Wall/' Makefile &amp;&amp;
     96sed -i 's/\(^inline\)/static \1/' bitmap.c</userinput></screen>
    9597
    9698    <para>Install <application>mdadm</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.