Changeset 0ff76e8


Ignore:
Timestamp:
02/21/2021 07:13:13 AM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
42326ce
Parents:
86b4e0ee
Message:

Fix building qemu with binutils-2.36

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r86b4e0ee r0ff76e8  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[pierre] - Fix qemu so that <option>-no-pie</option>
     49          is not passed to <command>ld</command>, which does not
     50          accept it anymore (it was not doing what upstream intended
     51          anyway).</para>
     52        </listitem>
     53        <listitem>
    4854          <para>[bdubbs] - Update to Python-3.9.2. Fixes
    4955          <ulink url="&blfs-ticket-root;14686">#14686</ulink>.</para>
  • postlfs/virtualization/qemu.xml

    r86b4e0ee r0ff76e8  
    3636    </para>
    3737
    38     &lfs10_checked;
     38    &lfs101_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    196196
    197197    <para>
     198      Fix an issue exposed by binutils-2.36:
     199    </para>
     200
     201<screen><userinput>sed -i "/LDFLAGS_NOPIE/d" configure pc-bios/optionrom/Makefile</userinput></screen>
     202
     203    <para>
    198204      Install <application>qemu</application> by running the following
    199205      commands:
Note: See TracChangeset for help on using the changeset viewer.