From 283fea13fabb7b37b12fcab26025e35ebb4a77ed Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 22 May 2011 22:22:49 +0000 Subject: [PATCH] Upgrade to Udev-170. Fixes #2878. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/udev.xml | 16 ++++------------ packages.ent | 6 +++--- 3 files changed, 11 insertions(+), 15 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7c43cfd73..1cd6d6f13 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ 2011-05-22 + + [matthew] - Upgrade to Udev-170. Fixes + #2878. + [matthew] - Upgrade to Linux-2.6.39. Fixes #2877. diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 4ad69468f..705c63130 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -64,7 +64,8 @@ mknod -m0666 /lib/udev/devices/null c 1 3 ./configure --prefix=/usr \ --sysconfdir=/etc --sbindir=/sbin \ --with-rootlibdir=/lib --libexecdir=/lib/udev \ - --disable-extras --disable-introspection + --disable-hwdb --disable-udev_acl --disable-introspection \ + --disable-keymap The meaning of the new configure options @@ -94,23 +95,14 @@ mknod -m0666 /lib/udev/devices/null c 1 3 - --disable-extras + --disable-* - This option prevents Udev from installing helper programs and + These options prevent Udev from installing helper programs and other extras which require more external libraries. These libraries are not part of the base LFS system. See the Udev README file for more information. - - - --disable-introspection - - This option prevents Udev's instrospection feature, which - requires packages not installed as part of the base LFS system. See - the Udev README file for more information. - - Compile the package: diff --git a/packages.ent b/packages.ent index 0a3811b4b..2ba1b1b32 100644 --- a/packages.ent +++ b/packages.ent @@ -538,17 +538,17 @@ - + - + - +