aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2016-12-31 17:15:47 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2016-12-31 17:15:47 +0000
commit9742edf14755e42ecbfab6b837817508c56c4411 (patch)
tree6d36626eb9e52fbedc6c1a3e72d0dd762b0157a8 /chapter06
parentfc54d2e79153fbe8e9caf3ff48c3955c0116d82b (diff)
Update to flex-2.6.3.
Update to xz-5.2.3. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11160 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/flex.xml5
-rw-r--r--chapter06/xz.xml7
2 files changed, 0 insertions, 12 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml
index f1bdc7fb5..5536772dc 100644
--- a/chapter06/flex.xml
+++ b/chapter06/flex.xml
@@ -41,11 +41,6 @@
<sect2 role="installation">
<title>Installation of Flex</title>
- <para>Fix an issue that was discovered after release:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&flex-fixes-patch; &amp;&amp;
-touch src/scan.*</userinput></screen>
-
<para>The build procedure assumes the <application>help2man</application>
program is available to create a man page from the executable --help option.
This is not present, so we use an environment variable to skip this process.
diff --git a/chapter06/xz.xml b/chapter06/xz.xml
index e566273e6..8d29b578a 100644
--- a/chapter06/xz.xml
+++ b/chapter06/xz.xml
@@ -44,13 +44,6 @@
<sect2 role="installation">
<title>Installation of Xz</title>
- <para>First, fix an internal problem:</para>
-
-<screen><userinput remap="pre">sed -e '/mf\.buffer = NULL/a next->coder->mf.size = 0;' \
- -i src/liblzma/lz/lz_encoder.c</userinput></screen>
-
-
-
<para>Prepare Xz for compilation with:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \