From a28bb20e6273fea7d1747b6d32ee12ce7ce32922 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 27 Apr 2023 10:19:31 -0500 Subject: [PATCH] Alternate fix for Ch6 coreutils. --- chapter06/coreutils.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 207e05dc5..bbea2f1c4 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -43,15 +43,17 @@ Installation of Coreutils + Prepare Coreutils for compilation: ./configure --prefix=/usr \ --host=$LFS_TGT \ --build=$(build-aux/config.guess) \ --enable-install-program=hostname \ - --enable-no-install-program=kill,uptime + --enable-no-install-program=kill,uptime \ + gl_cv_macro_MB_CUR_MAX_good=y The meaning of the configure options: