aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-09-08 17:10:14 +0800
committerXi Ruoyao <xry111@xry111.site>2023-09-08 17:10:14 +0800
commitaa5fa04a5adb8502ecd6430fc6816ac59fe8e4b9 (patch)
treece35114c143ce7f3d5fbafd927dc34b490373eca /chapter06
parentae802cf97d91b780ca84c757057cfb30fc36a955 (diff)
coreutils: Drop gl_cv_macro_MB_CUR_MAX_good override
It's not needed anymore with 9.4.
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/coreutils.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index d3afe3918..185f4a0c4 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>