Ignore:
Timestamp:
02/21/2018 04:37:21 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
a1cfa44
Parents:
a0fd5377
Message:

Fix qemu to work with glibc-2.27

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    ra0fd5377 ra29d9e0  
    188188fi
    189189
     190sed -i 's/ memfd_create/ qemu_memfd_create/' util/memfd.c &amp;&amp;
     191
    190192mkdir -vp build &amp;&amp;
    191193cd        build &amp;&amp;
     
    240242  <sect2 role="commands">
    241243    <title>Command Explanations</title>
     244
     245    <para>
     246      <command>sed ... util/memfd.c</command>: This command fixes a conflict
     247      introduced with glibc-2.27.
     248    </para>
    242249
    243250    <para>
Note: See TracChangeset for help on using the changeset viewer.