mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Revert inadvertant changes to e2fsprogs instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11431 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ea1236504d
commit
fd824cf440
@ -52,7 +52,10 @@ cd build</userinput></screen>
|
|||||||
|
|
||||||
<para>Prepare E2fsprogs for compilation:</para>
|
<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 \
|
--bindir=/bin \
|
||||||
--with-root-prefix="" \
|
--with-root-prefix="" \
|
||||||
--enable-elf-shlibs \
|
--enable-elf-shlibs \
|
||||||
@ -63,7 +66,7 @@ cd build</userinput></screen>
|
|||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The meaning of the environment variable and configure options:</title>
|
<title>The meaning of the environment variable and configure options:</title>
|
||||||
<!--
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>PKG_CONFIG_PATH, LIBS, CFLAGS</parameter></term>
|
<term><parameter>PKG_CONFIG_PATH, LIBS, CFLAGS</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -71,7 +74,7 @@ cd build</userinput></screen>
|
|||||||
<xref linkend="ch-tools-util-linux"/> package built earlier.</para>
|
<xref linkend="ch-tools-util-linux"/> package built earlier.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
-->
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>--with-root-prefix=""</parameter> and
|
<term><parameter>--with-root-prefix=""</parameter> and
|
||||||
<parameter>--bindir=/bin</parameter></term>
|
<parameter>--bindir=/bin</parameter></term>
|
||||||
|
Loading…
Reference in New Issue
Block a user