diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-05-22 22:22:49 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-05-22 22:22:49 +0000 |
commit | 283fea13fabb7b37b12fcab26025e35ebb4a77ed (patch) | |
tree | 693370a9a6bc5e240fc2f413269f66f0225d9e15 /chapter06 | |
parent | 9879b5dbd439e6b6438bb02dbc7c99c242a18f9f (diff) |
Upgrade to Udev-170. Fixes #2878.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/udev.xml | 16 |
1 files changed, 4 insertions, 12 deletions
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</userinput></screen> <screen><userinput remap="configure">./configure --prefix=/usr \ --sysconfdir=/etc --sbindir=/sbin \ --with-rootlibdir=/lib --libexecdir=/lib/udev \ - --disable-extras --disable-introspection</userinput></screen> + --disable-hwdb --disable-udev_acl --disable-introspection \ + --disable-keymap</userinput></screen> <variablelist> <title>The meaning of the new configure options</title> @@ -94,23 +95,14 @@ mknod -m0666 /lib/udev/devices/null c 1 3</userinput></screen> </varlistentry> <varlistentry> - <term><parameter>--disable-extras</parameter></term> + <term><parameter>--disable-*</parameter></term> <listitem> - <para>This option prevents Udev from installing helper programs and + <para>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 <filename>README</filename> file for more information.</para> </listitem> </varlistentry> - - <varlistentry> - <term><parameter>--disable-introspection</parameter></term> - <listitem> - <para>This option prevents Udev's instrospection feature, which - requires packages not installed as part of the base LFS system. See - the Udev <filename>README</filename> file for more information.</para> - </listitem> - </varlistentry> </variablelist> <para>Compile the package:</para> |