From 9742edf14755e42ecbfab6b837817508c56c4411 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 31 Dec 2016 17:15:47 +0000 Subject: 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 --- chapter06/flex.xml | 5 ----- chapter06/xz.xml | 7 ------- 2 files changed, 12 deletions(-) (limited to 'chapter06') 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 @@ Installation of Flex - Fix an issue that was discovered after release: - -patch -Np1 -i ../&flex-fixes-patch; && -touch src/scan.* - The build procedure assumes the help2man 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 @@ Installation of Xz - First, fix an internal problem: - -sed -e '/mf\.buffer = NULL/a next->coder->mf.size = 0;' \ - -i src/liblzma/lz/lz_encoder.c - - - Prepare Xz for compilation with: ./configure --prefix=/usr \ -- cgit v1.2.3-54-g00ecf