Author: bdubbs
Date: Wed Jul  4 14:16:15 2018
New Revision: 11431

Log:
Revert inadvertant changes to e2fsprogs instructions

Modified:
   trunk/BOOK/chapter06/e2fsprogs.xml

Modified: trunk/BOOK/chapter06/e2fsprogs.xml
==============================================================================
--- trunk/BOOK/chapter06/e2fsprogs.xml  Wed Jul  4 13:24:39 2018        (r11430)
+++ trunk/BOOK/chapter06/e2fsprogs.xml  Wed Jul  4 14:16:15 2018        (r11431)
@@ -52,7 +52,10 @@
 
     <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 @@
 
     <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 @@
           <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>
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to