diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-10-29 21:41:50 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-10-29 21:41:50 +0000 |
commit | 408d21fff15d7b1ec65f2565313b6cdee29294f7 (patch) | |
tree | 4fa0201fce50991bd9c5c69131983e342740dc14 /chapter06/udev.xml | |
parent | 1129dbddc57773b41d81901a7aa06155e40230ea (diff) |
Add a patch to fix a segfault in usb_id.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8421 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r-- | chapter06/udev.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 6f7b15b7f..8d7e820ae 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -57,6 +57,11 @@ ln -sv /proc/self/fd/1 /lib/udev/devices/stdout ln -sv /proc/self/fd/2 /lib/udev/devices/stderr ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen> + <para><command>usb_id</command> is known to segfault under certain kernel + configurations. Fix the issue by applying the following patch:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&udev-usbid-patch;</userinput></screen> + <para>Compile the package:</para> <screen><userinput remap="make">make EXTRAS="`echo extras/*/`"</userinput></screen> |