Changeset 4d0c38b


Ignore:
Timestamp:
06/25/2017 03:07:28 PM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
e6cb631
Parents:
9357706
Message:

Fix build issue in mdadmin with gcc-7.1.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r9357706 r4d0c38b  
    5252          <para>[dj] - Updated to FlashPlayer-26.0.0.131.</para>
    5353        </listitem>
     54        <listitem>
     55          <para>[dj] - Fix build issue in mdadmin with gcc-7.1.</para>
     56        </listitem>
    5457      </itemizedlist>
    5558    </listitem>
  • postlfs/filesystems/mdadm.xml

    r9357706 r4d0c38b  
    9393  <sect2 role="installation">
    9494    <title>Installation of mdadm</title>
     95
     96    <para>Fix a build error introduced by GCC-7.1:</para>
     97
     98<screen><userinput>sed 's@-Werror@@' -i Makefile</userinput></screen>
    9599
    96100    <para>Install <application>mdadm</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.