aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/util-linux-ng.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-07-06 06:54:06 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-07-06 06:54:06 +0000
commitd35b7f3cedd4eba67e5c8651ff0fd8de99065381 (patch)
tree73bcf64522b30e6716c6473c6e78e14c6051961c /chapter05/util-linux-ng.xml
parent94e69545480652dc592f78f3fe42142a4699a9a4 (diff)
Update to sed 4,2,1
Update to Linux 2.6.30.1 Correct GCC to use -fomit-frame-pointer Add pkg-config Remove --with-col from Man-DB Move Util-Linux-NG to before E2fsprogs in Chapter 6 Update to e2fsprogs-1.41.7 Remove E2fsprogs in Chapter 5 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/util-linux-ng.xml')
-rw-r--r--chapter05/util-linux-ng.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/chapter05/util-linux-ng.xml b/chapter05/util-linux-ng.xml
index 67b0b9f42..955698e3a 100644
--- a/chapter05/util-linux-ng.xml
+++ b/chapter05/util-linux-ng.xml
@@ -46,7 +46,19 @@
<para>Prepare Util-linux-ng for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
-
+<!--
+ <variablelist>
+ <title>The meaning of the new configure option:</title>
+
+ <varlistentry>
+ <term><parameter>- -with-fsprobe</parameter></term>
+ <listitem>
+ <para>This tells Util-Linux-NG to use its own version of the libblkid
+ library, rather than a system-installed version.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+-->
<para>Only a few of the utilities contained in this package need to be
built:</para>
@@ -65,6 +77,11 @@ make -C text-utils more</userinput></screen>
<para>This package does not come with a test suite.</para>
+ <para>Install the shared libraries required by E2fsprogs:</para>
+
+<screen><userinput remap="install">make -C shlibs/uuid install
+make -C shlibs/blkid install</userinput></screen>
+
<para>Copy these programs to the temporary tools directory:</para>
<screen><userinput remap="install">cp -v disk-utils/mkswap mount/{,u}mount text-utils/more /tools/bin</userinput></screen>