Changeset 6a54383


Ignore:
Timestamp:
03/08/2013 11:26:16 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
08e2032
Parents:
39d962c
Message:

Added qemu-kvm patch to correct .texi error exposed by texinfo-5.0.
Also added environment variables to correctly link executables in LFS-7.3.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r39d962c r6a54383  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[bdubbs] - Added qemu-kvm patch to correct .texi error
     51          exposed by texinfo-5.0.  Also added environment variables
     52          to correctly link executables. Fixes
     53          <ulink url="&blfs-ticket-root;3823">#3823</ulink>.</para>
     54        </listitem>
     55        <listitem>
    5056          <para>[bdubbs] - Update to Subversion-1.7.8.  Fixes
    5157          <ulink url="&blfs-ticket-root;3827">#3827</ulink>.</para>
  • postlfs/virtualization/qemu-kvm.xml

    r39d962c r6a54383  
    3434    AMD-V).</para>
    3535
    36     &lfs72_checked;
     36    &lfs73_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5555      <listitem>
    5656        <para>Estimated build time: &qemu-kvm-time;</para>
     57      </listitem>
     58    </itemizedlist>
     59
     60    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     61    <itemizedlist spacing='compact'>
     62      <listitem>
     63        <para>Required Patch: <ulink
     64          url="&patch-root;/qemu-kvm-&qemu-kvm-version;-fixes-1.patch"/></para>
    5765      </listitem>
    5866    </itemizedlist>
     
    137145    commands:</para>
    138146
    139 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    140 make</userinput></screen>
     147<screen><userinput>patch -Np1 -i ../qemu-kvm-&qemu-kvm-version;-fixes-1.patch
     148./configure --prefix=/usr &amp;&amp;
     149LIBS_QGA=-lrt LIBS=-lrt make</userinput></screen>
    141150
    142151    <para>Testing the results is not automated. To run individual tests, change
     
    160169
    161170  </sect2>
     171
     172  <sect2 role="commands">
     173    <title>Command Explanations</title>
     174
     175    <para><parameter>LIBS_QGA=-lrt LIBS=-lrt make</parameter>: Ensure that
     176    the link process searches the correct libraries for needed functions.</para>
     177
     178  </sect2>
     179
     180
    162181
    163182  <sect2 role="configuration">
Note: See TracChangeset for help on using the changeset viewer.