[lfs] branch trunk updated: Unify the description for glibc-2.43 fixes

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <176988761597.28313.1139166591136382484@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository lfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new ad2430a03 Unify the description for glibc-2.43 fixes
ad2430a03 is described below

commit ad2430a0354dc6e2ad041829fe8a31ea3b155e4d
Author: Xi Ruoyao <[email protected]>
AuthorDate: Sun Feb 1 03:25:20 2026 +0800

    Unify the description for glibc-2.43 fixes
    
    I'm not a native speaker but I think "fix introduced by glibc-2.43"
    sounds strange.  And at least we should have "or newer" here.
    
    Use the description in the M4 page everywhere instead.
---
 chapter08/binutils.xml  | 2 +-
 chapter08/coreutils.xml | 2 +-
 chapter08/gcc.xml       | 2 +-
 chapter08/gettext.xml   | 2 +-
 chapter08/libxcrypt.xml | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml
index f1afabfc7..379f765c3 100644
--- a/chapter08/binutils.xml
+++ b/chapter08/binutils.xml
@@ -41,7 +41,7 @@
   <sect2 role="installation">
     <title>Installation of Binutils</title>
 
-    <para>First, make some fixes introduced by glibc-2.43:</para>
+    <para>First, make a fix required by glibc-2.43 and later:</para>
 
 <screen><userinput remap="pre">sed -i 's/__collector_util_funcs.x/(&amp;)/' gprofng/src/collector_module.h</userinput></screen>
 
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml
index 68f88af38..792e8fef7 100644
--- a/chapter08/coreutils.xml
+++ b/chapter08/coreutils.xml
@@ -41,7 +41,7 @@
   <sect2 role="installation">
     <title>Installation of Coreutils</title>
 
-    <para>First, make some fixes introduced by glibc-2.43:</para>
+    <para>First, make a fix required by glibc-2.43 and later:</para>
 
 <screen><userinput remap="pre">sed -r '/_GL_EXTERN_C/s/w?memchr|bsearch/(&amp;)/' \
     -i $(find -name \*.in.h)</userinput></screen>
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml
index 23f6c8e37..9f3ba6c70 100644
--- a/chapter08/gcc.xml
+++ b/chapter08/gcc.xml
@@ -41,7 +41,7 @@
   <sect2 role="installation">
     <title>Installation of GCC</title>
 
-    <para>First, make some fixes introduced by glibc-2.43:</para>
+    <para>First, make a fix required by glibc-2.43 and later:</para>
 
     <screen><userinput remap="pre">sed -i 's/char [*]q/const &amp;/' libgomp/affinity-fmt.c</userinput></screen>
 
diff --git a/chapter08/gettext.xml b/chapter08/gettext.xml
index d0a62fda3..69a00ef8c 100644
--- a/chapter08/gettext.xml
+++ b/chapter08/gettext.xml
@@ -43,7 +43,7 @@
   <sect2 role="installation">
     <title>Installation of Gettext</title>
 
-    <para>First, make some fixes introduced by glibc-2.43:</para>
+    <para>First, make a fix required by glibc-2.43 and later:</para>
 
 <screen><userinput remap="pre">sed -r '/_GL_EXTERN_C/s/w?memchr|bsearch/(&amp;)/' \
     -i $(find -name \*.in.h)</userinput></screen>
diff --git a/chapter08/libxcrypt.xml b/chapter08/libxcrypt.xml
index 15cc53fc7..614f88264 100644
--- a/chapter08/libxcrypt.xml
+++ b/chapter08/libxcrypt.xml
@@ -41,7 +41,7 @@
   <sect2 role="installation">
     <title>Installation of Libxcrypt</title>
 
-    <para>First, make some fixes introduced by glibc-2.43:</para>
+    <para>First, make a fix required by glibc-2.43 and later:</para>
 
 <screen><userinput remap="pre">sed -i '/strchr/s/const//' lib/crypt-{sm3,gost}-yescrypt.c</userinput></screen>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.