aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2022-08-20 10:35:01 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2022-08-20 10:35:01 -0500
commitf2af13d7a0e190836a16e03f474f17b1e03a945d (patch)
tree1cf2b060f3a2dfe567ee33266dee8f938e43763a /chapter08
parent6099a4714944f72636abb2cc5b31aead091bd9c5 (diff)
Intermediate update prior to lfs-11.2-rc1
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/gcc.xml3
-rw-r--r--chapter08/xz.xml4
2 files changed, 4 insertions, 3 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml
index 01225cd78..9c7c0065a 100644
--- a/chapter08/gcc.xml
+++ b/chapter08/gcc.xml
@@ -49,10 +49,11 @@
-e 's/return kAltStackSize/return SIGSTKSZ * 4/' \
-i libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cpp</userinput></screen>
-->
+<!--
<para>First fix a problem with the latest version of glibc:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-fixes-patch;</userinput></screen>
-
+-->
<para>If building on x86_64, change the default directory name for 64-bit
libraries to <quote>lib</quote>:</para>
diff --git a/chapter08/xz.xml b/chapter08/xz.xml
index bf108ad34..362c667dc 100644
--- a/chapter08/xz.xml
+++ b/chapter08/xz.xml
@@ -43,11 +43,11 @@
<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 \