From 283fea13fabb7b37b12fcab26025e35ebb4a77ed Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 22 May 2011 22:22:49 +0000 Subject: Upgrade to Udev-170. Fixes #2878. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/udev.xml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'chapter06') 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: -- cgit v1.2.3-54-g00ecf