Ignore:
Timestamp:
06/23/2012 10:34:22 AM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
de938a4e
Parents:
7faaa8f
Message:

libvirt 0.9.12

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/libvirt.xml

    r7faaa8f r497a8e0  
    77  <!ENTITY libvirt-download-http "http://libvirt.org/sources/libvirt-&libvirt-version;.tar.gz">
    88  <!ENTITY libvirt-download-ftp  " ">
    9   <!ENTITY libvirt-md5sum        "6e9fab115075a8fd21d9bd0d7e558a52">
     9  <!ENTITY libvirt-md5sum        "5e842bc55733ceba60c64767580ff3e4">
    1010  <!ENTITY libvirt-size          "19 MB">
    11   <!ENTITY libvirt-buildsize     "230 MB">
     11  <!ENTITY libvirt-buildsize     "240 MB">
    1212  <!ENTITY libvirt-time          "1.6 SBU">
    1313]>
    1414
    15 <!-- Try to keep the indentation used in this file-->
    1615<sect1 id="libvirt" xreflabel="libvirt-&libvirt-version;">
    1716  <?dbhtml filename="libvirt.html"?>
     
    3736    </para>
    3837
    39     &lfs70_checked;
     38    &lfs71_checked;
    4039
    4140    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8281      <xref linkend="libxml2"/> and
    8382      <xref linkend="lvm2"/>
    84       <!-- pkgconfig is pulled in by libtirpc -->
     83    </para>
     84
     85    <bridgehead renderas="sect4">Recommended</bridgehead>
     86    <para role="recommended">
     87      <xref linkend="polkit"/>
    8588    </para>
    8689
     
    9295      <ulink url="http://people.redhat.com/sgrubb/libcap-ng/">
    9396      libcap-ng</ulink>,
    94       <ulink url="http://www.infradead.org/~tgr/libnl/">
    95       libnl</ulink> (version 1),
     97      <xref linkend="libnl"/>,
    9698      <ulink url="http://oss.sgi.com/projects/libnuma/">
    9799      libnuma</ulink>,
     
    103105      OpenSwan</ulink>,
    104106      <xref linkend="parted"/>,
    105       <xref linkend="polkit"/>,
    106107      <xref linkend="qemu-kvm"/>,
    107108      <ulink url="https://www.virtualbox.org/">VirtualBox</ulink>,
     
    129130            --without-macvtap \
    130131            --disable-static \
    131             CPPFLAGS="-I/usr/include/tirpc" &amp;&amp;
     132            CPPFLAGS="-I/usr/include/tirpc -I/usr/include/libnl3" &amp;&amp;
    132133make</userinput></screen>
    133134
     
    152153    <para>
    153154      <option>--without-macvtap</option>: This option disables macvtap device support.
    154       Remove if you have libnl (version 1) installed.
     155      Remove if you have installed <xref linkend="libnl"/>.
    155156    </para>
    156157
     
    265266        <listitem>
    266267          <para>
    267             contains libvirt API functions.
     268            contains the <application>libvirt</application> API functions.
    268269          </para>
    269270          <indexterm zone="libvirt libvirt-lib">
Note: See TracChangeset for help on using the changeset viewer.