diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-04-18 18:40:44 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-04-18 18:40:44 +0000 |
commit | 594959c77762c8ec5251cf5deb93c24d2694246b (patch) | |
tree | b4c5b91c1debdfa1e2fdaef355c0aa0f44c91c62 /chapter06/udev.xml | |
parent | 2002e60464dbe0eab12667b4871d310dbf8bb182 (diff) |
Upgrade to Udev-167. Fixes #2850.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9498 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r-- | chapter06/udev.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 64d5ecc9d..96b1ee4eb 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -41,10 +41,10 @@ <sect2 role="installation"> <title>Installation of Udev</title> - <para>Apply a patch to fix an issue caused by the removal of the Video for - Linux 1 API from Linux-&linux-version;:</para> + <para>Fix a bug in the Makefile that prevents some tools from being built + and installed:</para> -<screen><userinput remap="pre">patch -Np1 -i ../&udev-v4l-patch;</userinput></screen> +<screen><userinput remap="pre">sed -i -e '228d' -e '317d' Makefile.am</userinput></screen> <para>The udev-config tarball contains LFS-specific files used to configure Udev. Unpack it into the Udev source directory:</para> |