aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-07-04 21:16:15 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-07-04 21:16:15 +0000
commitfd824cf440c91bb2452275619210d1cb75ff864d (patch)
tree4664358272ff6014152ff4ec27c70350cb1b057c
parentea1236504df02ed85b93041ac668080402ffb2cf (diff)
Revert inadvertant changes to e2fsprogs instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11431 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/e2fsprogs.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index f127be40e..f95317273 100644
--- a/chapter06/e2fsprogs.xml
+++ b/chapter06/e2fsprogs.xml
@@ -52,7 +52,10 @@ cd build</userinput></screen>
<para>Prepare E2fsprogs for compilation:</para>
-<screen><userinput remap="configure">../configure --prefix=/usr \
+<screen><userinput remap="configure">LIBS=-L/tools/lib \
+CFLAGS=-I/tools/include \
+PKG_CONFIG_PATH=/tools/lib/pkgconfig \
+../configure --prefix=/usr \
--bindir=/bin \
--with-root-prefix="" \
--enable-elf-shlibs \
@@ -63,7 +66,7 @@ cd build</userinput></screen>
<variablelist>
<title>The meaning of the environment variable and configure options:</title>
-<!--
+
<varlistentry>
<term><parameter>PKG_CONFIG_PATH, LIBS, CFLAGS</parameter></term>
<listitem>
@@ -71,7 +74,7 @@ cd build</userinput></screen>
<xref linkend="ch-tools-util-linux"/> package built earlier.</para>
</listitem>
</varlistentry>
--->
+
<varlistentry>
<term><parameter>--with-root-prefix=""</parameter> and
<parameter>--bindir=/bin</parameter></term>