diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-01 22:47:26 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-01 22:47:26 +0000 |
commit | 578f206eb1005b81476a9a441decfa4f31452252 (patch) | |
tree | 257856a595e95f33a43708d5ac438380f8f5a1f6 /chapter05/linux-headers.xml | |
parent | 8ece31c5b242ee38bd3307f7d68d9dd2181c123f (diff) |
Upgrade to Linux-2.6.28.2. Fixes #2316.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8793 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/linux-headers.xml')
-rw-r--r-- | chapter05/linux-headers.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter05/linux-headers.xml b/chapter05/linux-headers.xml index 30f69a33e..58b93b4ad 100644 --- a/chapter05/linux-headers.xml +++ b/chapter05/linux-headers.xml @@ -48,7 +48,12 @@ by way of sanitizing various C header files that are shipped in the Linux kernel source tarball.</para> - <para>First, make sure there are no stale files and dependencies lying around + <para>Apply a patch to the Linux headers, to fix a bug that can cause + compilation issues for some userspace applications:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&linux-header-patch;</userinput></screen> + + <para>Make sure there are no stale files and dependencies lying around from previous activity:</para> <screen><userinput remap="install">make mrproper</userinput></screen> |