From f5e821c9ec8417651988c3ce6020708a8cccae9c Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 11 Aug 2015 20:56:26 +0000 Subject: Update to procps-ng-3.3.11. Update to man-pages-4.02. Update to ncurses-6.0. Update to glibc-2.22. Update to linux-4.1.5. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10936 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/glibc.xml | 31 ------------------------------- chapter05/ncurses.xml | 5 ----- 2 files changed, 36 deletions(-) (limited to 'chapter05') diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 9916b4fb2..ecbefa16a 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -43,42 +43,11 @@ Installation of Glibc - - Fix a regression in the package that affects 32-bit architectures: - -sed -e '/ia32/s/^/1:/' \ - -e '/SSE2/s/^1://' \ - -i sysdeps/i386/i686/multiarch/mempcpy_chk.S - The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: mkdir -v ../glibc-build cd ../glibc-build - Next, prepare Glibc for compilation: diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index 336172b59..a18a9c819 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -43,11 +43,6 @@ Installation of Ncurses - First, apply a patch to prevent a build failure - when building with GCC 5: - -patch -Np1 -i ../&ncurses-gcc5-buildfixes-patch; - Prepare Ncurses for compilation: ./configure --prefix=/tools \ -- cgit v1.2.3-54-g00ecf