diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-10-02 20:04:59 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-10-02 20:04:59 +0000 |
commit | aa29437f533aa9f3c28b7d4fab9263a3110a49c0 (patch) | |
tree | cf0a91bd72ad1f42fed91cb9e7838e38db3c1b3b /chapter01 | |
parent | cbafb841580ab1d91319da2ead85ccc3a0247707 (diff) |
Add a patch to fix Kmod's testsiute on 32-bit systems. Fixes #3191.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10010 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e5c72a5f5..68d5144e0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2012-10-02</para> <itemizedlist> <listitem> + <para>[matthew] - Add a patch to allow Kmod's testsuite to pass on 32-bit + systems. Fixes <ulink url="&lfs-ticket-root;3191">#3191</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to GCC-4.7.2. Fixes <ulink url="&lfs-ticket-root;3190">#3190</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index d2c1893ae..33e2d9559 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -235,6 +235,10 @@ </listitem> <listitem> + <para>&kmod-test_fix-patch;</para> + </listitem> + + <listitem> <para>&make-fixes-patch;</para> </listitem> |