From 578f206eb1005b81476a9a441decfa4f31452252 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 1 Feb 2009 22:47:26 +0000 Subject: 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 --- chapter06/linux-headers.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml index 90c5bc2e3..7eb99618c 100644 --- a/chapter06/linux-headers.xml +++ b/chapter06/linux-headers.xml @@ -46,7 +46,12 @@ by way of sanitizing various C header files that are shipped in the Linux kernel source tarball. - First, make sure there are no stale files and dependencies lying around + Apply a patch to the Linux headers, to fix a bug that can cause + compilation issues for some userspace applications: + +patch -Np1 -i ../&linux-header-patch; + + Make sure there are no stale files and dependencies lying around from previous activity: make mrproper -- cgit v1.2.3-54-g00ecf