|
@@ -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>
|