diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-07-13 19:50:01 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-07-13 19:50:01 +0000 |
commit | f8ffb9603e10c6174af5914ee883a3fd4a3c0623 (patch) | |
tree | 058a804538912f803c571f22f482b86053334c57 /chapter06/kmod.xml | |
parent | a7bca9bd73ba6a4dd19d9cc190f3801cc8189382 (diff) |
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
Diffstat (limited to 'chapter06/kmod.xml')
-rw-r--r-- | chapter06/kmod.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml index f04f89303..6264236ba 100644 --- a/chapter06/kmod.xml +++ b/chapter06/kmod.xml @@ -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 \ |