diff options
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index d3afe3918..f6b6c6310 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -43,17 +43,13 @@ <sect2 role="installation"> <title>Installation of Coreutils</title> -<!-- -<screen><userinput remap="configure">export gl_cv_macro_MB_CUR_MAX_good=y</userinput></screen> ---> <para>Prepare Coreutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ --host=$LFS_TGT \ --build=$(build-aux/config.guess) \ --enable-install-program=hostname \ - --enable-no-install-program=kill,uptime \ - gl_cv_macro_MB_CUR_MAX_good=y</userinput></screen> + --enable-no-install-program=kill,uptime</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> @@ -67,13 +63,6 @@ </listitem> </varlistentry> - <varlistentry> - <term><envar>gl_cv_macro_MB_CUR_MAX_good=y</envar></term> - <listitem> - <para>This is needed to work around an issue in the gnulib copy - shipped by the package which would break cross compilation.</para> - </listitem> - </varlistentry> </variablelist> <para>Compile the package:</para> |