diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-05-07 10:56:05 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-05-07 10:56:05 +0800 |
commit | 0eb98bde5fc8cdcaaf1143a5c57c4e6e2b784e51 (patch) | |
tree | 183f02b4fcb1877ecced10e8d3d4cd4c110f6268 /chapter06 | |
parent | 8051256700c1741dbb7fc09e39d7e208acb96ef6 (diff) |
coreutils: Explain gl_cv_macro_MB_CUR_MAX_good=yes
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index bbea2f1c4..d3afe3918 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -66,6 +66,14 @@ Perl test suite.</para> </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> |