diff options
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r-- | chapter06/e2fsprogs.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index f95317273..f127be40e 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -52,10 +52,7 @@ cd build</userinput></screen> <para>Prepare E2fsprogs for compilation:</para> -<screen><userinput remap="configure">LIBS=-L/tools/lib \ -CFLAGS=-I/tools/include \ -PKG_CONFIG_PATH=/tools/lib/pkgconfig \ -../configure --prefix=/usr \ +<screen><userinput remap="configure">../configure --prefix=/usr \ --bindir=/bin \ --with-root-prefix="" \ --enable-elf-shlibs \ @@ -66,7 +63,7 @@ PKG_CONFIG_PATH=/tools/lib/pkgconfig \ <variablelist> <title>The meaning of the environment variable and configure options:</title> - +<!-- <varlistentry> <term><parameter>PKG_CONFIG_PATH, LIBS, CFLAGS</parameter></term> <listitem> @@ -74,7 +71,7 @@ PKG_CONFIG_PATH=/tools/lib/pkgconfig \ <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> |