diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-06 19:26:36 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-06 19:26:36 +0000 |
commit | 68460dd0845134b2c5669e4c255c32ba78206bc1 (patch) | |
tree | 65bdc526376c607fb59ee2c446e71a2754ccd5ac /chapter06 | |
parent | d35b7f3cedd4eba67e5c8651ff0fd8de99065381 (diff) |
Add description of the --disable-libuud and --disable-blkid parameters for E2fsprogs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8956 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/e2fsprogs.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 64e79e560..2ccdbf95a 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -85,6 +85,16 @@ cd build</userinput></screen> </listitem> </varlistentry> + <varlistentry> + <term><parameter>--disable-lib*</parameter></term> + <listitem> + <para>This prevents E2fsprogs from building and installing the + <systemitem class="library">libuuid</systemitem> and + <systemitem class="library">libblkid</systemitem> libraries, as + Util-Linux-NG installed them earlier.</para> + </listitem> + </varlistentry> + </variablelist> <para>Compile the package:</para> |