Upgrade to Kmod-11. Fixes #3223.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10041 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2012-11-13 13:21:36 +00:00
parent 772c2b029d
commit 9eb452b7b4
6 changed files with 15 additions and 24 deletions

View File

@ -39,6 +39,10 @@
<listitem>
<para>2012-11-13</para>
<itemizedlist>
<listitem>
<para>[matthew] - Upgrade to Kmod-11. Fixes
<ulink url="&lfs-ticket-root;3223">#3223</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to Man-Pages-3.44. Fixes
<ulink url="&lfs-ticket-root;3222">#3222</ulink>.</para>

View File

@ -244,10 +244,6 @@
<para>&iproute2-ipset-patch;</para>
</listitem>
<listitem>
<para>&kmod-test_fix-patch;</para>
</listitem>
<listitem>
<para>&make-fixes-patch;</para>
</listitem>

View File

@ -98,14 +98,6 @@
</listitem>
</varlistentry>
<varlistentry>
<term>Kmod Testsuite Fix Patch - <token>&kmod-test_fix-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&kmod-test_fix-patch;"/></para>
<para>MD5 sum: <literal>&kmod-test_fix-patch-md5;</literal></para>
</listitem>
</varlistentry>
<varlistentry>
<term>Make Upstream Fixes Patch - <token>&make-fixes-patch-size;</token>:</term>
<listitem>

View File

@ -41,16 +41,13 @@
<sect2 role="installation">
<title>Installation of Kmod</title>
<para>Apply a patch to fix a testsuite issue on 32-bit machines:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&kmod-test_fix-patch;</userinput></screen>
<para>Prepare Kmod for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
--bindir=/bin \
--libdir=/lib \
--sysconfdir=/etc \
--disable-manpages \
--with-xz \
--with-zlib</userinput></screen>
@ -64,6 +61,13 @@
The shell variables are required in order for the xz and zlib headers
and libraries to be found in the absence of pkg-config.</para>
</listitem>
<term><parameter>--disable-manpages</parameter></term>
<listitem>
<para>This option prevents the man pages from being built, as they
rely on libxslt, which isn't available in the chroot
environment.</para>
</listitem>
</varlistentry>
</variablelist>

View File

@ -286,10 +286,10 @@
<!ENTITY kbd-ch6-du "20 MB">
<!ENTITY kbd-ch6-sbu "0.1 SBU">
<!ENTITY kmod-version "10">
<!ENTITY kmod-size "1,099 KB">
<!ENTITY kmod-version "11">
<!ENTITY kmod-size "1,245 KB">
<!ENTITY kmod-url "&kernel;linux/utils/kernel/kmod/kmod-&kmod-version;.tar.xz">
<!ENTITY kmod-md5 "e2a883c4df15a50f78a7a61d5b64089f">
<!ENTITY kmod-md5 "607e33b0144625c2e5221e5a7df49c7a">
<!ENTITY kmod-home " ">
<!ENTITY kmod-ch6-du "30 MB">
<!ENTITY kmod-ch6-sbu "0.1 SBU">

View File

@ -67,11 +67,6 @@
<!ENTITY kbd-fixes-patch-size "1.6 KB">
<!ENTITY kmod-test_fix-patch "kmod-&kmod-version;-testsuite-1.patch">
<!ENTITY kmod-test_fix-patch-md5 "ac03d29f6c2fcfd455c10618c3515d05">
<!ENTITY kmod-test_fix-patch-size "1.3 KB">
<!ENTITY make-fixes-patch "make-&make-version;-upstream_fixes-3.patch">
<!ENTITY make-fixes-patch-md5 "95027ab5b53d01699845d9b7e1dc878d">
<!ENTITY make-fixes-patch-size "10 KB">