Changeset 99ae185e


Ignore:
Timestamp:
08/27/2022 07:19:18 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
5965750
Parents:
a1b0947
git-author:
Xi Ruoyao <xry111@…> (08/27/2022 07:18:37 PM)
git-committer:
Xi Ruoyao <xry111@…> (08/27/2022 07:19:18 PM)
Message:

efivar: patch for 32-bit system

File:
1 edited

Legend:

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

    ra1b0947 r99ae185e  
    7070    </itemizedlist>
    7171
     72    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     73    <itemizedlist spacing="compact">
     74      <listitem>
     75        <para>
     76          Required patch (for 32-bit systems):
     77          <ulink url="&patch-root;/efivar-&efivar-version;-i686-1.patch"/>
     78        </para>
     79      </listitem>
     80    </itemizedlist>
     81
    7282    <bridgehead renderas="sect3">efivar Dependencies</bridgehead>
    7383
     
    98108<screen><userinput>sed '/sys\/mount\.h/d' -i src/util.h
    99109sed '/unistd\.h/a#include &lt;sys/mount.h&gt;' -i src/gpt.c src/linux.c</userinput></screen>
     110
     111    <para>
     112      If building this package on a 32-bit system, apply a patch:
     113    </para>
     114
     115<screen><userinput>[ $(getconf LONG_BIT) = 64 ] || patch -Np1 -i ../efivar-&efivar-version;-i686-1.patch</userinput></screen>
    100116
    101117    <para>
Note: See TracChangeset for help on using the changeset viewer.