From 39c800d18cf3bbbddab478a2127809945547f6f6 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 8 Nov 2024 21:04:37 +0800 Subject: [PATCH] bash: Remove bash_cv_strtold_broken=no workaround It's no longer needed for bash-5.2.37, the upstream has fixed the bug at https://ftp.gnu.org/gnu/bash/bash-5.2-patches/bash52-033. --- chapter06/bash.xml | 3 +-- chapter08/bash.xml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 66c6ef3fc..54fa6f444 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -48,8 +48,7 @@ ./configure --prefix=/usr \ --build=$(sh support/config.guess) \ --host=$LFS_TGT \ - --without-bash-malloc \ - bash_cv_strtold_broken=no + --without-bash-malloc The meaning of the configure options: diff --git a/chapter08/bash.xml b/chapter08/bash.xml index 9dbcf7863..f07a692e7 100644 --- a/chapter08/bash.xml +++ b/chapter08/bash.xml @@ -45,7 +45,6 @@ ./configure --prefix=/usr \ --without-bash-malloc \ --with-installed-readline \ - bash_cv_strtold_broken=no \ --docdir=/usr/share/doc/bash-&bash-version;