|
@@ -65,7 +65,7 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
|
|
|
--sysconfdir=/etc --sbindir=/sbin \
|
|
|
--with-rootlibdir=/lib --libexecdir=/lib/udev \
|
|
|
--docdir=/usr/share/doc/udev-&udev-version; \
|
|
|
- --disable-extras</userinput></screen>
|
|
|
+ --disable-extras --disable-introspection</userinput></screen>
|
|
|
|
|
|
<variablelist>
|
|
|
<title>The meaning of the new configure options</title>
|
|
@@ -112,6 +112,15 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
|
|
|
<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>
|