Changeset d8255e5f


Ignore:
Timestamp:
05/07/2023 09:08:39 AM (12 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
cecc62c4
Parents:
141beb7e
git-author:
Xi Ruoyao <xry111@…> (05/07/2023 02:12:56 AM)
git-committer:
Xi Ruoyao <xry111@…> (05/07/2023 09:08:39 AM)
Message:

efivar: Workaround build failure with GCC 13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/uefi-bootloaders/efivar.xml

    r141beb7e rd8255e5f  
    118118    </para>
    119119
    120 <screen><userinput>make</userinput></screen>
     120<screen><userinput>make ERRORS=</userinput></screen>
    121121
    122122    <para>
     
    136136  <sect2 role="commands">
    137137    <title>Command Explanations</title>
     138
     139    <para>
     140      <parameter>ERRORS=</parameter>:
     141      This option overrides the <option>-Werror</option> passed to GCC
     142      by default, so the package won't fail to build with the
     143      <option>-Wenum-int-mismatch</option> warning introduced in GCC 13.
     144    </para>
    138145
    139146    <para>
Note: See TracChangeset for help on using the changeset viewer.