mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Fix Kmod's test suite on x86 hosts. Fixes #3129.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9901 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a7bca9bd73
commit
f8ffb9603e
@ -40,6 +40,10 @@
|
||||
<listitem>
|
||||
<para>2012-07-13</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Fix Kmod's test suite on x86 hosts. Fixes
|
||||
<ulink url="&lfs-ticket-root;3129">#3129</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] - Upgrade to Psmisc-22.19. Fixes
|
||||
<ulink url="&lfs-ticket-root;3127">#3127</ulink>.</para>
|
||||
|
@ -99,6 +99,14 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Kmod Testsuite Patch - <token>&kmod-testsuite-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&kmod-testsuite-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&kmod-testsuite-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -41,6 +41,11 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Kmod</title>
|
||||
|
||||
<para>Apply the following patch to fix a problem when running the testsuite
|
||||
on x86 hosts:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&kmod-testsuite-patch;</userinput></screen>
|
||||
|
||||
<para>Prepare Kmod for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
|
@ -65,6 +65,11 @@
|
||||
<!ENTITY kbd-fixes-patch-size "1.6 KB">
|
||||
|
||||
|
||||
<!ENTITY kmod-testsuite-patch "kmod-&kmod-version;-testsuite-1.patch">
|
||||
<!ENTITY kmod-testsuite-patch-md5 "11ab14f5b63ae3c163804517cf110fbb">
|
||||
<!ENTITY kmod-testsuite-patch-size "2.2 KB">
|
||||
|
||||
|
||||
<!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-fixes-1.patch">
|
||||
<!ENTITY mpfr-fixes-patch-md5 "6a1a0be6f2326e237ce27a0254e360a5">
|
||||
<!ENTITY mpfr-fixes-patch-size "17 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user