diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-04-27 10:01:17 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-04-27 10:01:17 -0500 |
commit | bd5b888ad374c5cf1a3b4a1fd82ee8d34765444f (patch) | |
tree | 1b2068a7f33fa3fb0660d58b9048906245f39926 /chapter06/coreutils.xml | |
parent | 5a98711aa4b832a8f4ab38d648f1d807a1f34bca (diff) |
Create new branch for gcc13
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 33f53ec1e..207e05dc5 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -43,6 +43,8 @@ <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 \ |