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 /chapter06 | |
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 'chapter06')
-rw-r--r-- | chapter06/kmod.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml index f04f89303..18589a55a 100644 --- a/chapter06/kmod.xml +++ b/chapter06/kmod.xml @@ -41,6 +41,10 @@ <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 \ |