aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-07-06 19:26:36 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-07-06 19:26:36 +0000
commit68460dd0845134b2c5669e4c255c32ba78206bc1 (patch)
tree65bdc526376c607fb59ee2c446e71a2754ccd5ac
parentd35b7f3cedd4eba67e5c8651ff0fd8de99065381 (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
-rw-r--r--chapter06/e2fsprogs.xml10
-rw-r--r--general.ent4
2 files changed, 12 insertions, 2 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>
diff --git a/general.ent b/general.ent
index 590da373c..fc504fb65 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20090704">
-<!ENTITY releasedate "July 4, 2009">
+<!ENTITY version "SVN-20090706">
+<!ENTITY releasedate "July 6, 2009">
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "6.5">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->