aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-11-15 15:10:10 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-11-15 15:10:10 +0000
commite69c45bef91e69257942d9f652121e2b5d13d291 (patch)
tree453edbfe2185d3a7ff5c83b2781e68e220067069 /chapter06
parent68f98e27f1250b7765557105e493ee103a61a201 (diff)
Upgrade to Udev-147. Fixes #2512.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9103 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/udev.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index 4f2314f79..3ad501385 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -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>