diff options
Diffstat (limited to 'chapter05')
-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> |