[lfs] branch trunk updated: Remove commented out instructions no longer needed.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <175684191850.21786.3467861700762247531@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 75f072c37 Remove commented out instructions no longer needed.
75f072c37 is described below
commit 75f072c37793a099bf3169d1f14189385521487f
Author: Bruce Dubbs <[email protected]>
AuthorDate: Tue Sep 2 14:38:24 2025 -0500
Remove commented out instructions no longer needed.
---
chapter06/bash.xml | 6 +-----
chapter08/meson.xml | 4 ----
chapter08/perl.xml | 4 ----
chapter08/xz.xml | 4 ----
4 files changed, 1 insertion(+), 17 deletions(-)
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index 8e6a2396e..cd29529fd 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -42,11 +42,7 @@
<sect2 role="installation">
<title>Installation of Bash</title>
-<!--
- <para>First, fix a problem related to cross compilation and gcc-15:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&bash-crosscompile-fix-patch;</userinput></screen>
--->
+
<para>Prepare Bash for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
diff --git a/chapter08/meson.xml b/chapter08/meson.xml
index 89e3a5bdc..bc5ec2555 100644
--- a/chapter08/meson.xml
+++ b/chapter08/meson.xml
@@ -39,11 +39,7 @@
<sect2 role="installation">
<title>Installation of Meson</title>
-<!--
- <para>First, apply a patch that fixes an issue identified upstream:</para>
-<screen><userinput remap="pre">patch -Np1 -i ../&meson-fix-patch;</userinput></screen>
--->
<para>Compile Meson with the following command:</para>
<screen><userinput remap="make">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>
diff --git a/chapter08/perl.xml b/chapter08/perl.xml
index fb07aea21..b678f7f9d 100644
--- a/chapter08/perl.xml
+++ b/chapter08/perl.xml
@@ -40,11 +40,7 @@
<sect2 role="installation">
<title>Installation of Perl</title>
-<!--
- <para>First, apply a security patch identified upstream:</para>
-<screen><userinput remap="pre">patch -Np1 -i ../&perl-upstream-fix-patch;</userinput></screen>
--->
<para>This version of Perl builds the Compress::Raw::Zlib and
Compress::Raw::BZip2 modules. By
default Perl will use an internal copy of the sources for the build.
diff --git a/chapter08/xz.xml b/chapter08/xz.xml
index 316b8558e..f4c0ec342 100644
--- a/chapter08/xz.xml
+++ b/chapter08/xz.xml
@@ -43,11 +43,7 @@
<sect2 role="installation">
<title>Installation of Xz</title>
-<!--
- <para>Apply a patch to fix an issue in xzgrep:</para>
-<screen><userinput remap="pre">patch -Np1 -i ../&xz-upstream-fix-patch;</userinput></screen>
--->
<para>Prepare Xz for compilation with:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
--
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