Changeset d459ba1 for postlfs


Ignore:
Timestamp:
03/22/2015 06:14:11 PM (9 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 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, nosym, 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:
bf8eb65
Parents:
3b17049
Message:

Update to qemu-2.2.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    r3b17049 rd459ba1  
    77  <!ENTITY qemu-download-http "http://wiki.qemu.org/download/qemu-&qemu-version;.tar.bz2">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "f7a5e2da22d057eb838a91da7aff43c8">
     9  <!ENTITY qemu-md5sum        "833ff4457062456d38d6567f802ffef4">
    1010  <!ENTITY qemu-size          "23 MB">
    11   <!ENTITY qemu-buildsize     "300 MB">
     11  <!ENTITY qemu-buildsize     "0.3 GB">
    1212  <!ENTITY qemu-time          "1.9 SBU">
    1313]>
     
    144144    commands:</para>
    145145
    146 <screen><userinput>sed -i '/resource/ i#include &lt;sys/xattr.h&gt;' fsdev/virtfs-proxy-helper.c &amp;&amp;
    147 
    148 ./configure --prefix=/usr \
     146<screen><userinput>./configure --prefix=/usr \
    149147            --sysconfdir=/etc \
    150148            --docdir=/usr/share/doc/qemu-&qemu-version; \
     
    197195  <sect2 role="commands">
    198196    <title>Command Explanations</title>
    199 
    200     <!-- Developer note: it is not needed for glibc-2.20 -->
    201 
    202     <para><command>sed ... virtfs-proxy-helper.c</command>: Fix a build
    203     problem due to changes in some versions of the glibc include file
    204     sys/xattr.h.</para>
    205197
    206198    <para><parameter>--target-list=x86_64-softmmu</parameter>: This switch
Note: See TracChangeset for help on using the changeset viewer.